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
0056e0bf
Unverified
Commit
0056e0bf
authored
Aug 22, 2024
by
Illia Silin
Committed by
GitHub
Aug 22, 2024
Browse files
disable bad fp8 test on gfx12 (#1481)
parent
d3fa00f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/data_type/CMakeLists.txt
test/data_type/CMakeLists.txt
+1
-1
No files found.
test/data_type/CMakeLists.txt
View file @
0056e0bf
if
(
GPU_TARGETS
)
if
(
GPU_TARGETS
)
if
(
GPU_TARGETS MATCHES
"gfx10"
OR GPU_TARGETS MATCHES
"gfx11"
)
if
(
GPU_TARGETS MATCHES
"gfx10"
OR GPU_TARGETS MATCHES
"gfx11"
OR GPU_TARGETS MATCHES
"gfx12"
)
add_definitions
(
-DCK_SKIP_FLAKY_F8_TEST
)
add_definitions
(
-DCK_SKIP_FLAKY_F8_TEST
)
set
(
CK_SKIP_FLAKY_F8_TEST
"ON"
)
set
(
CK_SKIP_FLAKY_F8_TEST
"ON"
)
endif
()
endif
()
...
...
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