haowhsu-quic
haowhsu-quic
As mentioned in https://github.com/pytorch/executorch/pull/4297, the original flow makes host / cross build happen concurrently. This change moves host build process into cmake configuring stage and refine related dependencies. Test Plan:...
Qualcomm lowering flow is no longer requiring deep copy if https://github.com/pytorch/executorch/pull/4297 merged. Could consider removing this.
This draft has some overlapped parts with https://github.com/pytorch/executorch/pull/4163 in order to demo use case. For key changes, please check files under `exir`, `runtime/executor`, `schema`.
Summary: - fix breakage of conv2d without bias in newer QNN SDK (>=2.24) - add test cases for conv2d - refactor some keywords