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