mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
prevent warning in filter mode
This commit is contained in:
@@ -167,6 +167,10 @@ using fmha_fwd_args_{F_idx} = fmha_fwd_args<{F_element_func}>;
|
||||
template<>
|
||||
float fmha_fwd<fmha_fwd_args_{F_idx}>(fmha_fwd_traits t, fmha_fwd_args_{F_idx} a, const ck_tile::stream_config& s){{
|
||||
float r = -1;
|
||||
(void) r;
|
||||
(void) t;
|
||||
(void) a;
|
||||
(void) s;
|
||||
{F_dispatch}
|
||||
return r;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user