mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +00:00
adding -Wno-switch-default compiler flag (#1115)
[ROCm/composable_kernel commit: b268f273de]
This commit is contained in:
@@ -67,6 +67,7 @@ endif()
|
||||
#for f8/bf8_t type
|
||||
add_compile_options(-Wno-bit-int-extension)
|
||||
add_compile_options(-Wno-pass-failed)
|
||||
add_compile_options(-Wno-switch-default)
|
||||
|
||||
if(DL_KERNELS)
|
||||
add_definitions(-DDL_KERNELS)
|
||||
|
||||
Reference in New Issue
Block a user