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
one
TransferBench
Commits
203808ed
Unverified
Commit
203808ed
authored
Sep 20, 2024
by
akolliasAMD
Committed by
GitHub
Sep 20, 2024
Browse files
force adding the executable in the package build (#127)
parent
bf4f9014
Changes
1
Show 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 @
203808ed
...
...
@@ -22,7 +22,7 @@ set(ROCMCHECKS_WARN_TOOLCHAIN_VAR OFF)
set
(
PACKAGE_NAME TB
)
set
(
LIBRARY_NAME TransferBench
)
rocm_install
(
TARGETS TransferBench
)
rocm_install
(
TARGETS TransferBench
COMPONENT devel
)
rocm_package_add_dependencies
(
DEPENDS libnuma1 hsa-rocr
)
...
...
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