Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.09 KB

README-EN.md

File metadata and controls

36 lines (24 loc) · 1.09 KB

CS149 Xmake version

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.

Requirements

Getting Started

Windows

It is recommended to use Scoop as a package manager.

scoop install xmake ispc cuda perl llvm python

Build

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.