Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QNN Compilation Support. (#159) #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shubhagr-quic
Copy link

  1. Infer/Compile API Changes to include --enable_qnn [Optional QNN Config File]
    2. Added qnn_config.json file format.
    3. Added generate_qnn_network_specialization_config.py to create custom_io_config.yaml file for QNN Compilation Step.
    4. Modified utils/constants.py to include QnnConstants required to support QNN compilation.
    5. Updated quick_start.md to include QNN Compilation steps.
    6. Added QNN Compilation utilities in _utils.py

@shubhagr-quic shubhagr-quic marked this pull request as draft November 11, 2024 08:47
@shubhagr-quic shubhagr-quic marked this pull request as ready for review November 11, 2024 10:47
QEfficient/compile/qnn_compiler.py Outdated Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Outdated Show resolved Hide resolved
QEfficient/utils/_utils.py Outdated Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Outdated Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Outdated Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Show resolved Hide resolved
QEfficient/compile/qnn_compiler.py Outdated Show resolved Hide resolved
QEfficient/utils/_utils.py Outdated Show resolved Hide resolved
1. Infer/Compile API Changes to include --enable_qnn [Optional QNN Config File]
	2. Added qnn_config.json file format.
	3. Added generate_qnn_network_specialization_config.py to create custom_io_config.yaml file for QNN Compilation Step.
	4. Modified utils/constants.py to include QnnConstants required to support QNN compilation.
	5. Updated quick_start.md to include QNN Compilation steps.
	6. Added QNN Compilation utilities in _utils.py

Signed-off-by: Shubham Agrawal <quic_shubhagr@quicinc.com>
Copy link
Contributor

@abukhoy abukhoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the test cases for the changed Apis. And try to create a test script for the qnn_complier.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants