slides, code, document, Both are available on the website: Stanford CS149, Fall 2022 PARALLEL COMPUTING.
Only Windows has been tested. If building fails on other operating systems, use the official Makefile.
It is recommended to use Scoop as a package manager.
scoop install xmake ispc cuda perl llvm python
Compile all assignments to see if the development environment is successfully deployed.
xmake -y
- ISPC is only used in Assignment 1.
- CUDA and Perl are only used in Assignment 3.
- The compile command should be as similar as possible to the Makefile in the assignment to avoid affecting the results.