Skip to content

Commit eb82ca3

Browse files
committed
Merge branch 'enflame/triton_v3.6.x' of https://github.com/flagos-ai/FlagTree into enflame/triton_v3.6.x
2 parents 7381af7 + aa99f9d commit eb82ca3

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)