We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ca8e commit f497e2bCopy full SHA for f497e2b
test/cgemm/CMakeLists.txt
@@ -6,7 +6,6 @@ add_test_executable(test_cgemm_fp16 cgemm_fp16.cpp)
6
target_link_libraries(test_cgemm_fp16 PRIVATE host_tensor)
7
target_link_libraries(test_cgemm_fp16 PRIVATE device_cgemm_instance)
8
9
-# UNCOMMENT WHEN FIXED
10
-#add_test_executable(test_cgemm_bf16 cgemm_bf16.cpp)
11
-#target_link_libraries(test_cgemm_bf16 PRIVATE host_tensor)
12
-#target_link_libraries(test_cgemm_bf16 PRIVATE device_cgemm_instance)
+add_test_executable(test_cgemm_bf16 cgemm_bf16.cpp)
+target_link_libraries(test_cgemm_bf16 PRIVATE host_tensor)
+target_link_libraries(test_cgemm_bf16 PRIVATE device_cgemm_instance)
0 commit comments