You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message(DEBUG"Found gemm_universal_preshuffle_f8 instances, but gfx94/gfx95 not on the target list. Skipping.")
316
321
set(add_inst 0)
317
322
endif()
323
+
if(("${cmake_instance}"MATCHES"gemm_blockscale_wp"AND"${cmake_instance}"MATCHES"_f8_" ) AND (NOT INST_TARGETS MATCHES"gfx94|gfx95|gfx12") AND (NOT CK_USE_FP8_ON_UNSUPPORTED_ARCH))
324
+
message(DEBUG"Found gemm_blockscale_wp_f8 instances, but gfx94/gfx95 not on the target list. Skipping.")
325
+
set(add_inst 0)
326
+
endif()
318
327
if(("${cmake_instance}"MATCHES"gemm_xdl_universal_preshuffle"AND"${cmake_instance}"MATCHES"_f8_" ) AND (NOT INST_TARGETS MATCHES"gfx94|gfx95|gfx12") AND (NOT CK_USE_FP8_ON_UNSUPPORTED_ARCH))
319
328
message(DEBUG"Found gemm_xdl_universal_preshuffle_f8_f8_bf16 instances, but gfx94/gfx95 not on the target list. Skipping.")
0 commit comments