Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harsh-2711/spmd
https://github.com/harsh-2711/spmd
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harsh-2711/spmd
- Owner: harsh-2711
- Created: 2019-03-21T17:58:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T10:39:40.000Z (over 5 years ago)
- Last Synced: 2023-10-26T11:39:16.730Z (about 1 year ago)
- Language: C++
- Size: 790 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
How to build
------A C++ compiler that supports C++14 is required to build. For example:
- gcc >= 6.2
- clang >= 3.4First download ispc:
https://sourceforge.net/projects/ispcmirror/files/v1.10.0/ispc-v1.10.0-linux.tar.gz/download
Then extract it, add the `/bin` folder to the path, and do the following:
```
mkdir build
cd build
cmake ..
make
```