mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 15:54:31 +00:00
Disable calling fmha_fwd()
This commit is contained in:
@@ -264,9 +264,12 @@ float fmha_fwd_dispatch(fmha_fwd_traits traits,
|
||||
}
|
||||
#endif
|
||||
#if 0
|
||||
else
|
||||
{
|
||||
return fmha_fwd(traits, args, config);
|
||||
}
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user