mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[TESTS] Fix autopep8 error (#1948)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user