Skip to content

Commit aa99f9d

Browse files
committed
Apply code-format changes
1 parent f9a4d02 commit aa99f9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

third_party/enflame/python/test/unit/language/test_compile_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ def kernel(N: tl.constexpr):
501501

502502

503503
def test_dot_scaled_shape_verification(fresh_triton_cache):
504-
pass # TODO: S60 not supported by enflame
504+
pass # TODO: S60 not supported by enflame
505505

506506
@triton.jit
507507
def kernel():

third_party/enflame/python/test/unit/language/test_reproducer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
def test_triton_reproducer_path(monkeypatch, tmp_path):
11-
pass # TODO: S60 not supported by enflame
11+
pass # TODO: S60 not supported by enflame
1212

1313
# If we get a cache hit there will be no reproducer generated
1414
monkeypatch.setenv("TRITON_ALWAYS_COMPILE", "1")

0 commit comments

Comments
 (0)