cs344

所属分类:超算/并行计算
开发工具:Cuda
文件大小:0KB
下载次数:0
上传日期:2022-06-27 11:56:37
上 传 者sh-1993
说明:  并行编程类代码简介,
(Introduction to Parallel Programming class code,)

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

# Archival Note This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to: - Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues. - Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. Here are the links for the [retail consumers](https://udacity.zendesk.com/hc/en-us/requests/new) and [enterprise learners](https://udacityenterprise.zendesk.com/hc/en-us/requests/new?ticket_form_id=360000279131). 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 ```

近期下载者

相关文件


收藏者