Skip to content

Commit

Permalink
Fix lit test after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Menon <harsh@nod-labs.com>
  • Loading branch information
harsh-nod committed Jan 29, 2025
1 parent 27b0d3d commit fe4c42d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lit_tests/kernel/wave/attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -1171,13 +1171,12 @@ def test_prefill_attention():
# CHECK-COUNT-1: vector.store
# CHECK-COUNT-1: vector.maskedload
# CHECK-COUNT-1: vector.store
# CHECK-COUNT-16: vector.load
# CHECK-COUNT-16: amdgpu.mfma
# CHECK-COUNT-4: gpu.shuffle xor {{.*}}
# CHECK-COUNT-1: vector.maskedload
# CHECK-COUNT-1: vector.store
# CHECK-COUNT-1: vector.maskedload
# CHECK-COUNT-1: vector.store
# CHECK-COUNT-16: vector.load
# CHECK-COUNT-32: vector.load
# CHECK-COUNT-16: amdgpu.mfma
# CHECK-COUNT-4: gpu.shuffle xor {{.*}}
# CHECK-COUNT-16: amdgpu.mfma
# CHECK-COUNT-16: vector.maskedstore

0 comments on commit fe4c42d

Please sign in to comment.