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
gaoqiong
composable_kernel_ROCM
Commits
2ad07a88
Commit
2ad07a88
authored
Feb 01, 2025
by
illsilin
Browse files
restore the default gput target lists
parent
24f6f4ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
2ad07a88
...
@@ -156,9 +156,9 @@ message("checking which targets are supported")
...
@@ -156,9 +156,9 @@ message("checking which targets are supported")
if
(
NOT ENABLE_ASAN_PACKAGING
)
if
(
NOT ENABLE_ASAN_PACKAGING
)
if
(
NOT WIN32 AND
${
hip_VERSION_FLAT
}
LESS 600300000
)
if
(
NOT WIN32 AND
${
hip_VERSION_FLAT
}
LESS 600300000
)
# WORKAROUND: compiler does not yet fully support gfx12 targets, need to fix version above
# WORKAROUND: compiler does not yet fully support gfx12 targets, need to fix version above
set
(
CK_GPU_TARGETS
"gfx9
5
0"
)
set
(
CK_GPU_TARGETS
"gfx90
8;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102
"
)
else
()
else
()
set
(
CK_GPU_TARGETS
"gfx9
5
0"
)
set
(
CK_GPU_TARGETS
"gfx90
8;gfx90a;gfx942;gfx1030;gfx1100;gfx1101;gfx1102;gfx1200;gfx1201
"
)
endif
()
endif
()
else
()
else
()
#build CK only for xnack-supported targets when using ASAN
#build CK only for xnack-supported targets when using ASAN
...
...
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