This is an automated email from the ASF dual-hosted git repository.

lukhut pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e622e140c [BugFix][MetaSchedule] Fix TensorIntrin 
‘dot_4x4_i8i8s32_sdot’ is not registered (#17066)
0e622e140c is described below

commit 0e622e140c2df8c5ab88e27ee4e90254cddb80ce
Author: Felix <[email protected]>
AuthorDate: Thu Jun 6 09:38:32 2024 +0100

    [BugFix][MetaSchedule] Fix TensorIntrin ‘dot_4x4_i8i8s32_sdot’ is not 
registered (#17066)
    
    fixed TensorIntrin not registered bug
---
 python/tvm/tir/tensor_intrin/__init__.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tvm/tir/tensor_intrin/__init__.py 
b/python/tvm/tir/tensor_intrin/__init__.py
index d127335e82..7e5a26bdeb 100644
--- a/python/tvm/tir/tensor_intrin/__init__.py
+++ b/python/tvm/tir/tensor_intrin/__init__.py
@@ -16,3 +16,4 @@
 # under the License.
 # pylint: disable=unused-import
 """Intrinsics for tensorization."""
+from . import arm_cpu, cuda, rocm, x86, hexagon

Reply via email to