[meta_schedule]Try to use cuda-tensorcore in meta schedule, but get not registered error

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

1 Like