Merge branch 'master' of https://github.com/cupbop/CuPBoP
This commit is contained in:
commit
1d0a0a228d
|
@ -27,6 +27,10 @@ Currently, CuPBoP support serveral CPU backends, including x86, AArch64, and RIS
|
||||||
export CuPBoP_PATH=`pwd`
|
export CuPBoP_PATH=`pwd`
|
||||||
export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH
|
export LD_LIBRARY_PATH=$CuPBoP_PATH/build/runtime:$CuPBoP_PATH/build/runtime/threadPool:$LD_LIBRARY_PATH
|
||||||
```
|
```
|
||||||
|
If you are using boson, you can pre-installed llvm 10.0.0
|
||||||
|
|
||||||
|
LLVM_PATH=/opt/llvm-10.0.0
|
||||||
|
export PATH=$LLVM_PATH/bin:$PATH
|
||||||
|
|
||||||
2. As CuPBoP relies on CUDA structures, we need to download the CUDA header file
|
2. As CuPBoP relies on CUDA structures, we need to download the CUDA header file
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue