update waves_per_eu to 1 (#3356)

This commit is contained in:
lizamd
2025-02-06 21:08:06 -08:00
committed by GitHub
parent 591e751e07
commit e868d0b60e

View File

@@ -351,7 +351,7 @@ def extend_attention_fwd(
extra_kargs = {}
if is_hip_:
extra_kargs = {"waves_per_eu": 4, "matrix_instr_nonkdim": 16, "kpack": 2}
extra_kargs = {"waves_per_eu": 1, "matrix_instr_nonkdim": 16, "kpack": 2}
_fwd_kernel[grid](
q_extend,