IntroductionToParallelProgramming

所属分类:GPU/显卡
开发工具:Cuda
文件大小:0KB
下载次数:0
上传日期:2017-12-22 08:02:56
上 传 者sh-1993
说明:  该存储库包含用CUDA C语言编写的与Udacity的“并行编程简介”课程相关的源代码。,
(This repository includes source code written in CUDA C language related to the "Introduction To Parallel Programming" course by Udacity.,)

文件列表:
CMakeLists.txt (1815, 2015-04-27)
Final/ (0, 2015-04-27)
Final/batcher/ (0, 2015-04-27)
Final/batcher/batcher.cu (2132, 2015-04-27)
Final/batcher/compare.h (410, 2015-04-27)
Final/batcher/gputimer.h (708, 2015-04-27)
Final/smooth/ (0, 2015-04-27)
Final/smooth/compare.h (731, 2015-04-27)
Final/smooth/gputimer.h (708, 2015-04-27)
Final/smooth/smooth.cu (2764, 2015-04-27)
Final/warpreduce/ (0, 2015-04-27)
Final/warpreduce/part_a/ (0, 2015-04-27)
Final/warpreduce/part_a/compare.h (454, 2015-04-27)
Final/warpreduce/part_a/gputimer.h (708, 2015-04-27)
Final/warpreduce/part_a/warpreduce.cu (2654, 2015-04-27)
Final/warpreduce/part_b/ (0, 2015-04-27)
Final/warpreduce/part_b/compare.h (437, 2015-04-27)
Final/warpreduce/part_b/gputimer.h (708, 2015-04-27)
Final/warpreduce/part_b/warpreduce.cu (2623, 2015-04-27)
Lesson Code Snippets/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/associative.cu (228, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/atomics.cu (1781, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/gputimer.h (708, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/hello_blockIdx.cu (375, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/hello_threadIdx.cu (366, 2015-04-27)
Lesson Code Snippets/Lesson 2 Code Snippets/memory.cu (3585, 2015-04-27)
Lesson Code Snippets/Lesson 3 Code Snippets/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 3 Code Snippets/histo.cu (3039, 2015-04-27)
Lesson Code Snippets/Lesson 3 Code Snippets/reduce.cu (5184, 2015-04-27)
Lesson Code Snippets/Lesson 5 Code Snippets/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 5 Code Snippets/deviceQuery_simplified.cpp (10972, 2015-04-27)
Lesson Code Snippets/Lesson 5 Code Snippets/transpose.cu (8365, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/cub/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/cub/example_block_scan_cum.cu (7971, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/thrust/ (0, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/thrust/gputimer.h (708, 2015-04-27)
Lesson Code Snippets/Lesson 7 Code Snippets/thrust/thrust_example.cu (794, 2015-04-27)
... ...

cs344 ===== Introduction to Parallel Programming class code # Building on OS X These instructions are for OS X 10.9 "Mavericks". * Step 1. Build and install OpenCV. The best way to do this is with Homebrew. However, you must slightly alter the Homebrew OpenCV installation; you must build it with libstdc++ (instead of the default libc++) so that it will properly link against the nVidia CUDA dev kit. [This entry in the Udacity discussion forums](http://forums.udacity.com/questions/100132476/cuda-55-opencv-247-os-x-maverick-it-doesnt-work) describes exactly how to build a compatible OpenCV. * Step 2. You can now create 10.9-compatible makefiles, which will allow you to build and run your homework on your own machine: ``` mkdir build cd build cmake .. make ```

近期下载者

相关文件


收藏者