Qualcomm AI Engine Direct - Remove AIHub Example Scripts#19144
Qualcomm AI Engine Direct - Remove AIHub Example Scripts#19144winskuo-quic wants to merge 3 commits into
Conversation
This PR needs a
|
98bc518 to
cdea7fb
Compare
|
@winskuo-quic can you give a bit of context when and why this was introduced, why are we thinking to deprecate, i understand that we need to customize the runner per version and model, but i like the idea of something readily available for our users to get started, may be we can think about the optimum-et (qnn recipe) approach? |
Hi @abhinaykukkadapu, Also, I have a question related to the gh stack and how it works with open-source project. Could you share some of your experience? Thanks |
Thanks for trying it out, i didn't know you have to go through codelinaro, as it is internal to qcom i'm not sure if it works with stacked PRs. Not sure which ghstack tool, you've tried but there are two:
The fundamental problem is that, for stacked PRs that depends on one other the "base" of the first PR will be "main" and subsequent PRs merge base would be previous ones. For example: For PR2: PR1 (base) <- PR2 So in general, we would merge starting from PR1 since its base is main, subsequent merges its base automatically updated to main once the PR1 is merged. |
cdea7fb to
fa91549
Compare

Summary
We will remove AIHUB sample code for now as it is hard to maintain since each released version has different IO's for context binary, and it is hard to create a runner for each version.
This PR removes all python, c++, and CMAKE files
We will still keep logic in backends/qualcomm for aihub in case this feature is needed again in the future.
GH stack:
Test plan
Ensure PR does not break existing internal and external CI