Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions python/test/tle/unit/test_tle_raw_cache_key.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import ast
import textwrap

import pytest
import triton.language as tl
from triton.experimental.tle.raw import dialect
from triton.experimental.tle.raw.cache_key import (
Expand Down Expand Up @@ -127,6 +128,7 @@ def make_cache_key() -> str:


def test_mlir_dialect_cache_key_changes_with_edsl_source():
pytest.importorskip("mlir", reason="requires the optional MLIR Python bindings")

@dialect(name="mlir")
def edsl_v1():
Expand Down