Skip to content

Commit 7bea218

Browse files
authored
[Refactor] set USE_LLVM to optional. (#476)
1 parent d79a41b commit 7bea218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get_started/Installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Copy the configuration file and enable the desired backends (e.g., LLVM and CUDA
133133
mkdir build
134134
cp 3rdparty/tvm/cmake/config.cmake build
135135
cd build
136-
echo "set(USE_LLVM ON)" >> config.cmake
136+
# echo "set(USE_LLVM ON)" # set USE_LLVM to ON if using LLVM
137137
echo "set(USE_CUDA ON)" >> config.cmake
138138
# or echo "set(USE_ROCM ON)" >> config.cmake to enable ROCm runtime
139139
cmake ..

0 commit comments

Comments
 (0)