Difference between revisions of "GPU621/DPS921 Student Resources"
(→CUDA) |
(→CUDA) |
||
Line 20: | Line 20: | ||
* [https://inside.senecacollege.ca/its/software/index.html Visual Studio 2012 Ultimate] | Select Software Downloads | Go To Visual Studio 2012 Ultimate 1.49GB | Download iso | Burn, if error burn again | Finally, install | * [https://inside.senecacollege.ca/its/software/index.html Visual Studio 2012 Ultimate] | Select Software Downloads | Go To Visual Studio 2012 Ultimate 1.49GB | Download iso | Burn, if error burn again | Finally, install | ||
* [https://developer.nvidia.com/cuda-downloads CUDA Downloads] | * [https://developer.nvidia.com/cuda-downloads CUDA Downloads] | ||
+ | * Visual Studio IDE Settings | ||
+ | ** Project -> Build Customizations -> Select CUDA 5.5 | ||
+ | ** Source file -> Properites -> Item Type -> CUDA C/C++ | ||
+ | ** Project -> Properties -> Configuration -> VC++ Directories -> $(CUDA_PATH_INC); $(CUDA_PATH_LIB); | ||
+ | ** Project -> Properties -> Configuration -> Linker -> Input -> cudart.lib | ||
== MPI == | == MPI == |
Revision as of 11:38, 13 January 2014
GPU621/DPS921 | Participants | Groups and Projects | Resources | Glossary
The purpose of this page is to share useful information that can help groups with their projects.
Contents
Installation Notes
Cilk Plus
TBB
OpenMP
OpenCL
CUDA
- Visual Studio 2012 Ultimate | Select Software Downloads | Go To Visual Studio 2012 Ultimate 1.49GB | Download iso | Burn, if error burn again | Finally, install
- CUDA Downloads
- Visual Studio IDE Settings
- Project -> Build Customizations -> Select CUDA 5.5
- Source file -> Properites -> Item Type -> CUDA C/C++
- Project -> Properties -> Configuration -> VC++ Directories -> $(CUDA_PATH_INC); $(CUDA_PATH_LIB);
- Project -> Properties -> Configuration -> Linker -> Input -> cudart.lib