Skip to content

Commit

Permalink
[enums] hack/patch register_attribute_builder
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Dec 10, 2024
1 parent b585963 commit 6516b48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tuner/tuner/common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,10 @@ def test_get_lowering_config(tuner_ctx: common.TunerContext) -> None:

assert config.lowering_config.mma_kind is None
assert config.lowering_config.subgroup_count_mn == (1, 1)


def test_enum_collision():
from iree.compiler.dialects import linalg, vector

linalg_iter_type_e = linalg._iteratortype(0, None)
vector_iter_type_e = vector._vector_iteratortype(0, None)

0 comments on commit 6516b48

Please sign in to comment.