Closed
Description
Describe the issue
The line
may need delete as below:MAKE_REGISTER_FUNC_TWO_POLICIES(
scaled_dot_product_attention, fallthrough, fp32)
MAKE_REGISTER_FUNC_TWO_POLICIES(
_scaled_dot_product_attention, fallthrough, fp32)
MAKE_REGISTER_FUNC_TWO_POLICIES(
_scaled_dot_product_attention_math, fallthrough, fp32)