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
291c49b8
Unverified
Commit
291c49b8
authored
Sep 11, 2024
by
pbhandar-amd
Committed by
GitHub
Sep 11, 2024
Browse files
Sync develop into docs/6.2.1
parents
b30aefb6
deb89ebd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+1
-1
docs/sphinx/requirements.in
docs/sphinx/requirements.in
+1
-1
docs/sphinx/requirements.txt
docs/sphinx/requirements.txt
+1
-1
No files found.
CMakeLists.txt
View file @
291c49b8
...
@@ -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.50 LANGUAGES CXX
)
project
(
TransferBench VERSION 1.5
1.
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
)
...
...
docs/sphinx/requirements.in
View file @
291c49b8
rocm-docs-core==1.
6.2
rocm-docs-core==1.
7.1
docs/sphinx/requirements.txt
View file @
291c49b8
...
@@ -92,7 +92,7 @@ requests==2.32.2
...
@@ -92,7 +92,7 @@ requests==2.32.2
# via
# via
# pygithub
# pygithub
# sphinx
# sphinx
rocm-docs-core==1.
6.2
rocm-docs-core==1.
7.1
# via -r requirements.in
# via -r requirements.in
smmap==5.0.1
smmap==5.0.1
# via gitdb
# via gitdb
...
...
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