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
52410b49
"...test_cli/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "905c4ae5aa0c9a041de4ed5775c007203dbc3170"
Unverified
Commit
52410b49
authored
Sep 04, 2024
by
Rostyslav Geyyer
Committed by
GitHub
Sep 04, 2024
Browse files
Temporarily disable flaky test for all (#1495)
parent
8b95d9ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
test/data_type/CMakeLists.txt
test/data_type/CMakeLists.txt
+3
-9
No files found.
test/data_type/CMakeLists.txt
View file @
52410b49
if
(
GPU_TARGETS
)
# temporarily disable flaky test for all architectures
if
(
NOT GPU_TARGETS MATCHES
"gfx94"
)
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
()
else
()
add_definitions
(
-DCK_SKIP_FLAKY_F8_TEST
)
set
(
CK_SKIP_FLAKY_F8_TEST
"ON"
)
endif
()
if
(
USE_BITINT_EXTENSION_INT4
)
if
(
USE_BITINT_EXTENSION_INT4
)
add_gtest_executable
(
test_int4 test_int4.cpp
)
add_gtest_executable
(
test_int4 test_int4.cpp
)
...
...
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