Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
80e25483
"tests/vscode:/vscode.git/clone" did not exist on "686623c5e7a0ee0c7679c052ced565dd83055709"
Unverified
Commit
80e25483
authored
Mar 20, 2024
by
James Whedbee
Committed by
GitHub
Mar 20, 2024
Browse files
[Bugfix] Fix ROCm support in CMakeLists.txt (#3534)
parent
ba8ae1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
80e25483
...
@@ -51,7 +51,7 @@ append_cmake_prefix_path("torch" "torch.utils.cmake_prefix_path")
...
@@ -51,7 +51,7 @@ append_cmake_prefix_path("torch" "torch.utils.cmake_prefix_path")
# Ensure the 'nvcc' command is in the PATH
# Ensure the 'nvcc' command is in the PATH
find_program
(
NVCC_EXECUTABLE nvcc
)
find_program
(
NVCC_EXECUTABLE nvcc
)
if
(
NOT NVCC_EXECUTABLE
)
if
(
CUDA_FOUND AND
NOT NVCC_EXECUTABLE
)
message
(
FATAL_ERROR
"nvcc not found"
)
message
(
FATAL_ERROR
"nvcc not found"
)
endif
()
endif
()
...
...
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