[QNN] Add Genie libraries to QNN EP (#434)
Description
- Adds Genie libraries to onnxruntime-qnn for future GenAI improvements accessible through Genie API
Motivation and Context
- Lays groundwork for eventual integration of Genie API with onnxruntime-qnn
why not add the additional libraries at the time they are used?
why not add the additional libraries at the time they are used?
admittedly thought the above was going to be more work than it was so had separated this into its own unit of work - we could defer merging this till other work is ready if that's the preference
why not add the additional libraries at the time they are used?
admittedly thought the above was going to be more work than it was so had separated this into its own unit of work - we could defer merging this till other work is ready if that's the preference
I see, I think it would be preferable to add them together with the code that uses them.