Digant Desai
Digant Desai
rebase please? Landing a bunch of stuff tonight, so probably tomorrow? :)
I don't see a CI failure anymore
Yeah I see, from the main CMakeList, and qnn does have `EXECUTORCH_ENABLE_EVENT_TRACER=ON`
Any update on this?
> It looks like these input/output functions seems to have issues which are apparently observed on Cortex-M33 but not on Cortex-M55 This is interesting. Are you building the portable library...
This is good, thanks @Gasoonjia. Let's make sure if this is very noisy we can allow users to make forward progress by disabling it temporarily, kind of like `draft` mode...
We may wrap this check around a specific dim_order_ops pass (instead of ExampleNoOp pass in that test) or we can literally run this for all/any passes by extending ExportPass, or...
If it was working before and only 3/4 fails including TOSA ones - the only Sigmoid one is passing. We need to dig deeper to see what changed on our...