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
7eaf6f94
You need to sign in or sign up before continuing.
Commit
7eaf6f94
authored
May 31, 2024
by
Sam Wu
Browse files
Merge branch 'develop' into docs/6.1.2
parents
b9df6395
a0ce85c7
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 @
7eaf6f94
...
@@ -6,7 +6,7 @@ else()
...
@@ -6,7 +6,7 @@ else()
endif
()
endif
()
cmake_minimum_required
(
VERSION 3.5
)
cmake_minimum_required
(
VERSION 3.5
)
project
(
TransferBench VERSION 1.0 LANGUAGES CXX
)
project
(
TransferBench VERSION 1.
5
0 LANGUAGES CXX
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-O3 -L
${
ROCM_PATH
}
/lib"
)
set
(
CMAKE_CXX_FLAGS
"
${
CMAKE_CXX_FLAGS
}
-O3 -L
${
ROCM_PATH
}
/lib"
)
include_directories
(
${
ROCM_PATH
}
/include
)
include_directories
(
${
ROCM_PATH
}
/include
)
link_libraries
(
numa hsa-runtime64 pthread
)
link_libraries
(
numa hsa-runtime64 pthread
)
...
...
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