Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions online_demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ git submodule update --init
mkdir build
cp cmake/config.cmake build/
cd build
#[
#edit config.cmake to change
# 32 line: USE_CUDA OFF -> USE_CUDA ON
#104 line: USE_LLVM OFF -> USE_LLVM ON
#]
sed -i "s/USE_CUDA OFF/USE_CUDA ON/g" ./config.cmake
sed -i "s/USE_LLVM OFF/USE_LLVM ON/g" ./config.cmake
cmake ..
make -j4
cd ..
Expand Down Expand Up @@ -120,4 +117,4 @@ For any problems, contact:

Ji Lin, [email protected]

Yaoyao Ding, [email protected]
Yaoyao Ding, [email protected]