Skip to content
Snippets Groups Projects
Commit 9286101b authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Removing NVPTX from build targets - ApproxHPVM branch

parent 2ae225d8
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ Build hpvm
```shell
mkdir install
mkdir build && cd build
cmake ../llvm -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD="X86;NVPTX" -DCMAKE_INSTALL_PREFIX=../install
cmake ../llvm -DCMAKE_BUILD_TYPE=Debug -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_INSTALL_PREFIX=../install
make -j<number of threads you want to use to build hpvm>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment