Hi, I’m wondering how complete the Dynamo/Inductor support currently is for aarch64? It seems compiler has good coverage for x86 but not aarch64.
For example, if I pick the hugging-face “bert-base-uncased” model and compile it with default options, I got 2.5x worse latency on aarch64 (25ms) than on x86 (10ms). To be more specific, I’m comparing the the c6i (Intel Xeon) and c7g (ARMv8.4-a) instance types using AWS EC2.
So my questions are: Is there any near future plan on aarch64 support/optimization for Dynamo/Inductor? Any roadmap so far?
Thanks!