[TESTS] Fix autopep8 error (#1948)

This commit is contained in:
Keren Zhou
2023-07-16 19:55:12 -04:00
committed by GitHub
parent 51fc42a568
commit bcfd990a88

View File

@@ -3082,6 +3082,7 @@ def test_while(device):
assert out_i[0] == init_i[0] + 1
assert out_j[0] == bound[0]
def test_while(device):
@triton.jit
def nested_while(data, countPtr):