Cuda - stereoboy/Study GitHub Wiki CUDA C/C++ Streams and Concurrency reference https://developer.download.nvidia.com/CUDA/training/StreamsAndConcurrencyWebinar.pdf Programming Guide https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#device-enumeration Cuda RUNTIME API https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__STREAM.html#group__CUDART__STREAM_1gc301fd024e6fd4a17074d229d4504077 DEVELOPER BLOG: Using Shared Memory in CUDA C/C++ https://developer.nvidia.com/blog/using-shared-memory-cuda-cc/ DEVELOPER BLOG: GPU Pro Tip: CUDA 7 Streams Simplify Concurrency https://developer.nvidia.com/blog/gpu-pro-tip-cuda-7-streams-simplify-concurrency/#:~:text=CUDA%207%20introduces%20a%20new,default%20streams%20are%20regular%20streams. Thrust https://docs.nvidia.com/cuda/thrust/index.html https://docs.nvidia.com/cuda/thrust/index.html#reordering https://github.com/NVIDIA/thrust CUDA with CMAKE https://github.com/robertmaynard/code-samples/blob/master/posts/cmake/CMakeLists.txt https://github.com/Autoware-AI/autoware.ai/issues/2094