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
Commits
18125c3b
Commit
18125c3b
authored
May 20, 2022
by
myamlak
Browse files
Revert "Enabling bf16 test"
This reverts commit
f497e2ba
.
parent
f497e2ba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
test/cgemm/CMakeLists.txt
test/cgemm/CMakeLists.txt
+4
-3
No files found.
test/cgemm/CMakeLists.txt
View file @
18125c3b
...
@@ -6,6 +6,7 @@ add_test_executable(test_cgemm_fp16 cgemm_fp16.cpp)
...
@@ -6,6 +6,7 @@ add_test_executable(test_cgemm_fp16 cgemm_fp16.cpp)
target_link_libraries
(
test_cgemm_fp16 PRIVATE host_tensor
)
target_link_libraries
(
test_cgemm_fp16 PRIVATE host_tensor
)
target_link_libraries
(
test_cgemm_fp16 PRIVATE device_cgemm_instance
)
target_link_libraries
(
test_cgemm_fp16 PRIVATE device_cgemm_instance
)
add_test_executable
(
test_cgemm_bf16 cgemm_bf16.cpp
)
# UNCOMMENT WHEN FIXED
target_link_libraries
(
test_cgemm_bf16 PRIVATE host_tensor
)
#add_test_executable(test_cgemm_bf16 cgemm_bf16.cpp)
target_link_libraries
(
test_cgemm_bf16 PRIVATE device_cgemm_instance
)
#target_link_libraries(test_cgemm_bf16 PRIVATE host_tensor)
#target_link_libraries(test_cgemm_bf16 PRIVATE device_cgemm_instance)
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