[Bug] How to use auto_scheduler to generate SVE code #17456
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
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!
The text was updated successfully, but these errors were encountered: