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
TransformerEngine
Commits
86f07be4
Unverified
Commit
86f07be4
authored
Oct 14, 2024
by
Tim Moon
Committed by
GitHub
Oct 14, 2024
Browse files
Do not link against CUDA driver when building (#1240)
Signed-off-by:
Tim Moon
<
tmoon@nvidia.com
>
parent
55dcbb4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
transformer_engine/common/CMakeLists.txt
transformer_engine/common/CMakeLists.txt
+0
-1
No files found.
transformer_engine/common/CMakeLists.txt
View file @
86f07be4
...
...
@@ -88,7 +88,6 @@ target_include_directories(transformer_engine PUBLIC
# Configure dependencies
target_link_libraries
(
transformer_engine PUBLIC
CUDA::cublas
CUDA::cuda_driver
CUDA::cudart
)
target_include_directories
(
transformer_engine PRIVATE
${
CMAKE_CUDA_TOOLKIT_INCLUDE_DIRECTORIES
}
)
...
...
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