apache / tvm

Open deep learning compiler stack for cpu, gpu and specialized accelerators
https://tvm.apache.org/
Apache License 2.0
11.67k stars 3.45k forks source link

[BugFix][MetaSchedule] Fix TensorIntrin ‘dot_4x4_i8i8s32_sdot’ is not registered #17066

Closed felix-ro closed 4 months ago

felix-ro commented 4 months ago

In PR #16921, an import line (see here) was inadvertently omitted, resulting in the following error:

ValueError: TensorIntrin 'dot_4x4_i8i8s32_sdot' is not registered

This patch restores the lost import.

happyme531 commented 4 months ago

I ran into this bug yesterday, and, since adding an import in my code fixed this, thought this is a design choice...