"docs/vscode:/vscode.git/clone" did not exist on "37bd092587430540a9b3eae2ee86c75b9a05e614"
Unverified Commit e868d0b6 authored by lizamd's avatar lizamd Committed by GitHub
Browse files

update waves_per_eu to 1 (#3356)

parent 591e751e
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment