We will need to import this module to register intrinsics:
import tvm.tir.tensor_intrin # pylint: disable=unused-import
It’s usually lazily imported when creating MetaSchedule tuning contexts, but for some reason it’s not triggered in your case
We will need to import this module to register intrinsics:
import tvm.tir.tensor_intrin # pylint: disable=unused-import
It’s usually lazily imported when creating MetaSchedule tuning contexts, but for some reason it’s not triggered in your case