Rob Elliott
Rob Elliott
- Builds on TOSA support for mv2 - Currently has accuracy issues for on-target execution. - Adding support mv2 from examples/models (torchvision mv2) - Adds ability to use portable Q/DQ...
PR https://github.com/pytorch/executorch/pull/3119 tidied up llama by removing a library build and op registration. This seems to have interacted poorly with (**broken** the cmake flow): `examples/xnnpack/quantization/test_quantize.sh` resulting in duplicate registration of:...
Add TOSA VGF encapsulated compilation target. This change enables support for "vgf" files which wrap TOSA output and include memory planning for target devices which can JIT TOSA to the...