cuda-examples

所属分类:GPU/显卡
开发工具:CMake
文件大小:14919KB
下载次数:0
上传日期:2023-05-19 09:18:18
上 传 者sh-1993
说明:  通过实例学习gpu-cuda编程
(learn gpu cuda programming by examples)

文件列表:
.clang-format (4055, 2023-08-17)
CMakeLists.txt (679, 2023-08-17)
LICENSE (1065, 2023-08-17)
examples (0, 2023-08-17)
examples\CMakeLists.txt (452, 2023-08-17)
examples\common (0, 2023-08-17)
examples\common\cuda_helper.h (2246, 2023-08-17)
examples\common\gpu_timer.h (630, 2023-08-17)
examples\common\random.h (1925, 2023-08-17)
examples\common\stopwatch.h (3482, 2023-08-17)
examples\device (0, 2023-08-17)
examples\device\device_query.cpp (3196, 2023-08-17)
examples\hello (0, 2023-08-17)
examples\hello\hello.cu (205, 2023-08-17)
examples\histogram (0, 2023-08-17)
examples\histogram\histo.cu (2987, 2023-08-17)
examples\matmul (0, 2023-08-17)
examples\matmul\matmul.cu (4990, 2023-08-17)
examples\memory (0, 2023-08-17)
examples\reduce (0, 2023-08-17)
examples\reduce\reduce_sum.cu (4267, 2023-08-17)
examples\scan (0, 2023-08-17)
examples\scan\blelloch_scan.cu (3109, 2023-08-17)
examples\scan\hillis_steele_scan.cu (3757, 2023-08-17)
examples\stream (0, 2023-08-17)
examples\stream\async_stream.cu (3366, 2023-08-17)
examples\transpose (0, 2023-08-17)
examples\transpose\matrix_transpose.cu (3252, 2023-08-17)
examples\vector_add (0, 2023-08-17)
examples\vector_add\vector_add.cu (1940, 2023-08-17)
... ...

# cuda-progamming ## Notes - [Udacity-CS344笔记](https://github.com/awmthink/cuda-examples/blob/master/./notes/udacity-cs344.md) - [GPU Architecture](https://github.com/awmthink/cuda-examples/blob/master/./notes/gpu-architecture.md) ## Examples - [Hello](https://github.com/awmthink/cuda-examples/blob/master/./examples/hello/hello.cu) - [Window Sum](https://github.com/awmthink/cuda-examples/blob/master/./examples/winsum/winsum.cu) - [Matrix Multiple](https://github.com/awmthink/cuda-examples/blob/master/./examples/matmul/matmul.cu) - [Reduce](https://github.com/awmthink/cuda-examples/blob/master/./examples/reduce/reduce_sum.cu) - [Hillis Steele Inclusive SCAN](https://github.com/awmthink/cuda-examples/blob/master/./examples/scan/hillis_steele_scan.cu) - [Blelloch Exclusive SCAN](https://github.com/awmthink/cuda-examples/blob/master/./examples/scan/blelloch_scan.cu) - [Histogram](https://github.com/awmthink/cuda-examples/blob/master/./examples/histogram/histo.cu) - [Merge Sorting](https://github.com/awmthink/cuda-examples/blob/master/) - [Bitonic Sorting](https://github.com/awmthink/cuda-examples/blob/master/) - [Matrix Transpose](https://github.com/awmthink/cuda-examples/blob/master/./examples/transpose/matrix_transpose.cu) - [Sparse Matrix Multiple](https://github.com/awmthink/cuda-examples/blob/master/) - [N-Body Problem](https://github.com/awmthink/cuda-examples/blob/master/) - [Graph Breadth First Search](https://github.com/awmthink/cuda-examples/blob/master/) - [List Randking](https://github.com/awmthink/cuda-examples/blob/master/) - [Device Management](https://github.com/awmthink/cuda-examples/blob/master/./examples/device/README.md) - [Cuda Stream](https://github.com/awmthink/cuda-examples/blob/master/./examples/stream/async_stream.cu) ## Resources * [Udacity CS344: Intro to Parallel Programming](https://github.com/awmthink/cuda-examples/blob/master/https://github.com/udacity/cs344) * [NVIDIA CUDA C++ Programming Guide](https://github.com/awmthink/cuda-examples/blob/master/https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html) * [CUDA C++ Best Practices Guide](https://github.com/awmthink/cuda-examples/blob/master/https://docs.nvidia.com/cuda/cuda-c-best-practices-guide/index.html) * [Professional CUDA C Programming](https://github.com/awmthink/cuda-examples/blob/master/https://book.douban.com/subject/24773399/):一本面向初中级的教科书,2014年发布。

近期下载者

相关文件


收藏者