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
dbfb222d
Commit
dbfb222d
authored
Nov 21, 2024
by
Andriy Roshchenko
Browse files
Remove set_property for FP8 tests
parent
3fa15bcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
test/data_type/CMakeLists.txt
test/data_type/CMakeLists.txt
+0
-4
No files found.
test/data_type/CMakeLists.txt
View file @
dbfb222d
...
...
@@ -17,13 +17,11 @@ if (CK_USE_OCP_FP8)
add_gtest_executable
(
test_fp8_ocp test_fp8_ocp.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_fp8_ocp PRIVATE utility
)
set_property
(
TARGET test_fp8_ocp PROPERTY LABELS
"FP8"
)
endif
()
add_gtest_executable
(
test_bf8_ocp test_bf8_ocp.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_bf8_ocp PRIVATE utility
)
set_property
(
TARGET test_bf8_ocp PROPERTY LABELS
"FP8"
)
endif
()
add_dependencies
(
test_fp8 test_fp8_ocp
)
...
...
@@ -34,13 +32,11 @@ if (CK_USE_FNUZ_FP8)
add_gtest_executable
(
test_fp8_fnuz test_fp8_fnuz.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_fp8_fnuz PRIVATE utility
)
set_property
(
TARGET test_fp8_fnuz PROPERTY LABELS
"FP8"
)
endif
()
add_gtest_executable
(
test_bf8_fnuz test_bf8_fnuz.cpp
)
if
(
result EQUAL 0
)
target_link_libraries
(
test_bf8_fnuz PRIVATE utility
)
set_property
(
TARGET test_bf8_fnuz PROPERTY LABELS
"FP8"
)
endif
()
add_dependencies
(
test_fp8 test_fp8_fnuz
)
...
...
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