tvm icon indicating copy to clipboard operation
tvm copied to clipboard

[Bug] How to use auto_scheduler to generate SVE code

Open yohuna77777 opened this issue 1 year ago • 1 comments

Hello, I am currently using auto_scheduler to automatically tune a naive gemm operator. However, after the tuning is completed, I checked the corresponding assembly code and found that the registers related to the SVE instruction set were not used, but the NEON instruction set was used(The target is set to: "llvm -mtriple=aarch64-gnu-linux -mattr=+sve"). Does auto_scheduler not support the generation of SVE code? Looking forward to your reply!

yohuna77777 avatar Oct 10 '24 03:10 yohuna77777