Disable calling fmha_fwd()

This commit is contained in:
PoYen, Chen
2024-08-05 21:36:52 +00:00
parent 8fea4139df
commit 3fc7279519

View File

@@ -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
}