Skip to content

mybigday/setup-qnn-sdk

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Setup QNN SDK

Download and setup Qualcomm AI Engine Direct SDK

Usage

See action.yml

- uses: mybigday/setup-qnn-sdk@v1
  with:
    # Which version to download, check version from [official site](https://www.qualcomm.com/developer/software/qualcomm-ai-engine-direct-sdk).
    #
    # Default: 2.32.0.250228
    qnn-sdk-version: ''

Basic:

steps:
- uses: actions/checkout@v4
- uses: mybigday/setup-qnn-sdk@v1
# your steps

The qnn-sdk-version input is optional.

The action will first check the cache for a semver match. If unable to find a specific version in the cache, the action will attempt to download a version of SDK.

License

The scripts and documentation in this project are released under the MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published