Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
66dba763
"examples/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "963f855920fa14ad762c56161b718217dcd743d0"
Commit
66dba763
authored
May 10, 2025
by
Yuxuan Hu
Committed by
LeiWang1999
May 10, 2025
Browse files
[Refactor] set USE_LLVM to optional. (#476)
parent
3f25bd1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/get_started/Installation.md
docs/get_started/Installation.md
+1
-1
No files found.
docs/get_started/Installation.md
View file @
66dba763
...
@@ -133,7 +133,7 @@ Copy the configuration file and enable the desired backends (e.g., LLVM and CUDA
...
@@ -133,7 +133,7 @@ Copy the configuration file and enable the desired backends (e.g., LLVM and CUDA
mkdir
build
mkdir
build
cp
3rdparty/tvm/cmake/config.cmake build
cp
3rdparty/tvm/cmake/config.cmake build
cd
build
cd
build
echo
"set(USE_LLVM ON)"
>>
config.cmake
#
echo "set(USE_LLVM ON)"
# set USE_LLVM to ON if using LLVM
echo
"set(USE_CUDA ON)"
>>
config.cmake
echo
"set(USE_CUDA ON)"
>>
config.cmake
# or echo "set(USE_ROCM ON)" >> config.cmake to enable ROCm runtime
# or echo "set(USE_ROCM ON)" >> config.cmake to enable ROCm runtime
cmake ..
cmake ..
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment