I am developing a TVM iOS application and I noticed in iOS CPU optimization level 3 is taking more inference time than level 0 it is
- CPU Opt level 0: ~261ms
- CPU Opt level 3: ~759ms
But for the Metal target, it is reaching my expectation
- Metal Opt level 0: 436ms
- Metal Opt level 3: 1.307ms
What will be the issue with the CPU?