https://github.com/apache/tvm/blob/main/python/tvm/relay/op/strategy/arm_cpu.py#L507
I want to port BERT to Pixel6 CPU with AutoTVM. But I found that the dense operator is not even optimized for arm CPUs. It’s so weird that the most commonly seen dense operator is not optimized. I would like to ask that is there any way to enable dense operator on arm CPU with AutoTVM?