Changes

Jump to: navigation, search

GPU621/DPS921 Student Resources

514 bytes added, 12:49, 13 January 2014
no edit summary
* [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]
* Installation add the following environment variables
** CUDA_PATH - points to the default version
** CUDA_PATH_INC
** CUDA_PATH_LIB
* Visual Studio IDE Settings for .cu files
** Project -> Build Customizations -> Select CUDA 5.5
* [http://www.open-mpi.org/ OpenMPI Home Page]
*
 
= Compilation Notes =
== Cilk Plus ==
*
== TBB ==
*
== OpenCL ==
* AMD
** cl opencl.cpp "%AMDAPPSDKROOT%"lib/x86/OpenCL.lib
** Environmental Variables
*** INCLUDE add "C:\Program Files\AMD_APP_SDK\2.9\include";
*** LIB add "C:\Program Files\AMD APP SDK\2.9\lib\x86";
== CUDA ==
* compiling with nvcc
** Fermi cards - nvcc -code=sm_20 _arch=compute_20
** nvcc opencl.cpp -lOpenCL
= Workshop Notes =

Navigation menu