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
d74c053b
Commit
d74c053b
authored
Nov 18, 2024
by
Andriy Roshchenko
Browse files
CK_USE_GFX94 has already been set on this branch
parent
b6d3aa5d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
CMakeLists.txt
CMakeLists.txt
+0
-4
No files found.
CMakeLists.txt
View file @
d74c053b
...
...
@@ -184,10 +184,6 @@ if (SUPPORTED_GPU_TARGETS MATCHES "gfx9")
message
(
"Enabling XDL instances"
)
add_definitions
(
-DCK_USE_XDL
)
endif
()
if
(
SUPPORTED_GPU_TARGETS MATCHES
"gfx94"
)
message
(
"Enabling FP8 gemms in ckProfiler"
)
add_definitions
(
-DCK_USE_GFX94
)
endif
()
if
(
SUPPORTED_GPU_TARGETS MATCHES
"gfx94"
OR SUPPORTED_GPU_TARGETS MATCHES
"gfx95"
)
message
(
"Enabling FP8 gemms on native architectures"
)
add_definitions
(
-DCK_USE_GFX94
)
...
...
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