Update README.md
This commit is contained in:
parent
4ff2041677
commit
35da215db1
|
@ -27,6 +27,10 @@ Currently, CuPBoP support serveral CPU backends, including x86, AArch64, and RIS
|
|||
export CuPBoP_PATH=`pwd`
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue