Difference between revisions of "GPU621/DPS921 Student Resources"
Line 2: | Line 2: | ||
The purpose of this page is to share useful information that can help groups with their projects. | The purpose of this page is to share useful information that can help groups with their projects. | ||
+ | |||
+ | = Installation Notes = | ||
+ | == Cilk Plus == | ||
+ | * [http://groups.csail.mit.edu/sct/wiki/index.php?title=Cilk_Plus_Installation_Guide | MIT Installation Guide] | ||
+ | == TBB == | ||
+ | * [https://www.threadingbuildingblocks.org/download | TBB Download Page] | ||
+ | * [http://www.inf.ed.ac.uk/teaching/courses/ppls/TBBtutorial.pdf | Intel's tutorial] | ||
+ | == OpenMP == | ||
+ | * [http://openmp.org/wp/ | OpenMP Home Page] | ||
+ | * | ||
+ | == OpenCL == | ||
+ | * [http://www.khronos.org/opencl/ | Khronos Group Home Page] | ||
+ | * [http://developer.amd.com/resources/heterogeneous-computing/opencl-zone/ | AMD's OpenCL Zone] | ||
+ | * [http://software.intel.com/en-us/vcsource/tools/opencl-sdk | Intel's OpenCL SDK] | ||
+ | * | ||
+ | == CUDA == | ||
+ | * [https://developer.nvidia.com/cuda-downloads | CUDA Downloads] | ||
+ | * | ||
+ | == MPI == | ||
+ | * [http://www.open-mpi.org/ | OpenMPI Home Page] | ||
+ | * | ||
= Workshop Notes = | = Workshop Notes = |
Revision as of 11:26, 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
MPI
Workshop Notes
BLAS Documentation
See the BLAS Documentation Page