CodeSamples

所属分类:GPU/显卡
开发工具:Cuda
文件大小:54KB
下载次数:0
上传日期:2022-04-24 15:41:52
上 传 者sh-1993
说明:  CUDA教程“CUDA及其在基于任务的编程中的应用”的代码示例
(Code samples for the CUDA tutorial "CUDA and Applications to Task-based Programming")

文件列表:
00_MyGPU (0, 2023-06-17)
00_MyGPU\CMakeLists.txt (126, 2023-06-17)
00_MyGPU\src (0, 2023-06-17)
00_MyGPU\src\main.cu (1554, 2023-06-17)
01_HelloGPU (0, 2023-06-17)
01_HelloGPU\CMakeLists.txt (132, 2023-06-17)
01_HelloGPU\src (0, 2023-06-17)
01_HelloGPU\src\main.cu (741, 2023-06-17)
02_HostDeviceFunctions (0, 2023-06-17)
02_HostDeviceFunctions\CMakeLists.txt (154, 2023-06-17)
02_HostDeviceFunctions\src (0, 2023-06-17)
02_HostDeviceFunctions\src\main.cu (1559, 2023-06-17)
03_GridConfiguration (0, 2023-06-17)
03_GridConfiguration\CMakeLists.txt (150, 2023-06-17)
03_GridConfiguration\src (0, 2023-06-17)
03_GridConfiguration\src\main.cu (1363, 2023-06-17)
04_LegacyScheduling (0, 2023-06-17)
04_LegacyScheduling\CMakeLists.txt (674, 2023-06-17)
04_LegacyScheduling\src (0, 2023-06-17)
04_LegacyScheduling\src\main.cu (1315, 2023-06-17)
05_IndependentThreadScheduling (0, 2023-06-17)
05_IndependentThreadScheduling\CMakeLists.txt (695, 2023-06-17)
05_IndependentThreadScheduling\src (0, 2023-06-17)
05_IndependentThreadScheduling\src\main.cu (1429, 2023-06-17)
06_MemoryBasics (0, 2023-06-17)
06_MemoryBasics\CMakeLists.txt (140, 2023-06-17)
06_MemoryBasics\src (0, 2023-06-17)
06_MemoryBasics\src\main.cu (5315, 2023-06-17)
07_Synchronization (0, 2023-06-17)
07_Synchronization\CMakeLists.txt (178, 2023-06-17)
07_Synchronization\src (0, 2023-06-17)
07_Synchronization\src\main.cu (4707, 2023-06-17)
08_Reductions (0, 2023-06-17)
08_Reductions\CMakeLists.txt (168, 2023-06-17)
08_Reductions\src (0, 2023-06-17)
08_Reductions\src\main.cu (11481, 2023-06-17)
09_Streams (0, 2023-06-17)
09_Streams\CMakeLists.txt (162, 2023-06-17)
... ...

# CUDA Tutorial Code Samples Here we provide the codebase for samples that accompany the tutorial "CUDA and Applications to Task-based Programming". Requirements: * Recent Clang/GCC/Microsoft Visual C++ * CMake 3.20 (**Ubuntu** users please update!) * CUDA capable GPU with compute capability 5.2 or later * CUDA Toolkit 9.0 or later Recommended: * GCC 10/Microsoft Visual C++ 2019 or later * Nsight Systems * Nsight Compute * CUDA capable GPU with compute capability 7.0 or later * CUDA Toolkit 11.0 or later

近期下载者

相关文件


收藏者