What’s the ‘target’ you use when testing with tvm? In your i9 CPU, you can try with:
target = "llvm -mcpu=skylake-avx512"
or higher mcpu option according to your CPU arch.
What’s the ‘target’ you use when testing with tvm? In your i9 CPU, you can try with:
target = "llvm -mcpu=skylake-avx512"
or higher mcpu option according to your CPU arch.