From e6acd700567927cf51adeb2283b37103f0256211 Mon Sep 17 00:00:00 2001 From: liuyunqi20 Date: Wed, 12 Nov 2025 16:00:51 +0800 Subject: [PATCH] Fix bug in language.core_ext --- python/triton/language/core_ext.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/triton/language/core_ext.py b/python/triton/language/core_ext.py index cde5d53a7..f44af20c2 100644 --- a/python/triton/language/core_ext.py +++ b/python/triton/language/core_ext.py @@ -20,7 +20,7 @@ mul, ) from typing import Optional -from . import semantic +from . import semantic_ext as semantic from .tensor_descriptor import tensor_descriptor, tensor_descriptor_base