add -Wno-pass-failed compiler flag (#1105)

[ROCm/composable_kernel commit: 3726a1730e]
This commit is contained in:
Illia Silin
2023-12-19 07:15:24 -08:00
committed by GitHub
parent 4a08e49813
commit d7a9aeeab6

View File

@@ -61,6 +61,7 @@ endif()
#for f8/bf8_t type
add_compile_options(-Wno-bit-int-extension)
add_compile_options(-Wno-pass-failed)
if(DL_KERNELS)
add_definitions(-DDL_KERNELS)