Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
9f7dfd83
Commit
9f7dfd83
authored
Mar 20, 2019
by
Zeno Gantner
Committed by
Haichen Shen
Mar 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos: 4x "disbale" to "disable" (#2865)
parent
51f638cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cmake/config.cmake
+4
-4
No files found.
cmake/config.cmake
View file @
9f7dfd83
...
...
@@ -27,7 +27,7 @@
#
# Possible values:
# - ON: enable CUDA with cmake's auto search
# - OFF: dis
ba
le CUDA
# - OFF: dis
ab
le CUDA
# - /path/to/cuda: use specific path to cuda toolkit
set
(
USE_CUDA OFF
)
...
...
@@ -35,7 +35,7 @@ set(USE_CUDA OFF)
#
# Possible values:
# - ON: enable ROCM with cmake's auto search
# - OFF: dis
ba
le ROCM
# - OFF: dis
ab
le ROCM
# - /path/to/rocm: use specific path to rocm
set
(
USE_ROCM OFF
)
...
...
@@ -55,7 +55,7 @@ set(USE_METAL OFF)
#
# Possible values:
# - ON: enable Vulkan with cmake's auto search
# - OFF: dis
ba
le vulkan
# - OFF: dis
ab
le vulkan
# - /path/to/vulkan-sdk: use specific path to vulkan-sdk
set
(
USE_VULKAN OFF
)
...
...
@@ -90,7 +90,7 @@ set(USE_GRAPH_RUNTIME_DEBUG OFF)
#
# Possible values:
# - ON: enable llvm with cmake's find search
# - OFF: dis
ba
le llvm
# - OFF: dis
ab
le llvm
# - /path/to/llvm-config: enable specific LLVM when multiple llvm-dev is available.
set
(
USE_LLVM OFF
)
...
...
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