Skip to content

Commit 4a5049a

Browse files
committed
[tst] explicitly specify gather mode in roofline test
1 parent 2ef6bde commit 4a5049a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/roofline_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,7 @@ def test_gather_batching_dims_roofline(self):
965965
y,
966966
dimension_numbers=dimension_numbers,
967967
slice_sizes=(1, 1, 3),
968+
mode='promise_in_bounds',
968969
)
969970

970971
_, result = roofline.roofline(f)(operand, indices)

0 commit comments

Comments
 (0)