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
Paddle
Commits
7c211e8e
Commit
7c211e8e
authored
May 06, 2023
by
yuguo
Browse files
gfx926
parent
afd23bd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmake/hip.cmake
cmake/hip.cmake
+2
-2
No files found.
cmake/hip.cmake
View file @
7c211e8e
...
...
@@ -120,10 +120,10 @@ set(HIP_CLANG_FLAGS ${HIP_CXX_FLAGS})
# host linker to link.
list
(
APPEND HIP_HCC_FLAGS -fno-gpu-rdc
)
list
(
APPEND HIP_HCC_FLAGS --amdgpu-target=gfx906
)
list
(
APPEND HIP_HCC_FLAGS --amdgpu-target=gfx9
08
)
list
(
APPEND HIP_HCC_FLAGS --amdgpu-target=gfx9
26
)
list
(
APPEND HIP_CLANG_FLAGS -fno-gpu-rdc
)
list
(
APPEND HIP_CLANG_FLAGS --amdgpu-target=gfx906
)
list
(
APPEND HIP_CLANG_FLAGS --amdgpu-target=gfx9
08
)
list
(
APPEND HIP_CLANG_FLAGS --amdgpu-target=gfx9
26
)
if
(
HIP_COMPILER STREQUAL clang
)
set
(
hip_library_name amdhip64
)
...
...
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