Skip to content

Commit 0e622e1

Browse files
authored
[BugFix][MetaSchedule] Fix TensorIntrin ‘dot_4x4_i8i8s32_sdot’ is not registered (#17066)
fixed TensorIntrin not registered bug
1 parent 4b82974 commit 0e622e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tvm/tir/tensor_intrin/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
# under the License.
1717
# pylint: disable=unused-import
1818
"""Intrinsics for tensorization."""
19+
from . import arm_cpu, cuda, rocm, x86, hexagon

0 commit comments

Comments
 (0)