Skip to content

Commit cf2ed7c

Browse files
Update test_expression_restructuring.py
1 parent 2a292b4 commit cf2ed7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/test/operators/test_expression_restructuring.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def expression_restructuring_function_test(in_ptr0, in_ptr1, in_ptr2, in_ptr3, o
4949
tmp10 = tmp1 * tmp9
5050
tl.store(out_ptr2 + (r1 + (rnumel * x0)), tmp10, rmask)
5151

52+
5253
@pytest.mark.parametrize("vec_shape", VEC_SHAPES)
5354
def test_accruacy_kernel(vec_shape):
5455
x = vec_shape[0]

0 commit comments

Comments
 (0)