Skip to content

Commit c6beadb

Browse files
gramalingamCopilot
andcommitted
Remove unused _Skv and _Spast globals from mha_unit_test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent eea7f8e commit c6beadb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

onnxscript/rewriter/ort_fusions/mha_unit_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
_B, _S, _H, _Dh = 2, 8, 4, 4
3131
_D = _H * _Dh # 16
32-
_Skv = 8
33-
_Spast = 4
3432

3533
_RESHAPE_Q = ir.tensor(np.array([0, 0, _H, _Dh], dtype=np.int64))
3634
_RESHAPE_K = ir.tensor(np.array([0, 0, _H, _Dh], dtype=np.int64))

0 commit comments

Comments
 (0)