-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[qnnpack] create a new port #17065
[qnnpack] create a new port #17065
Conversation
* the project only checks linux/osx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luncliff, thanks for the PR!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
We should rerun this PR after PR #17063 merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contribution!
Thanks for your contribution! |
What does your PR fix?
There was no port request for this project.
This is one of the 3rd party libraries for the PyTorch project. The PR will be used for future support of the
libtorch
port.Related Works
nnpack
[nnpack] create a new port #16344: has same dependenciesxnnpack
[xnnpack] create a new port #17064: has same dependenciesWhich triplets are supported/not supported? Have you updated the CI baseline?
The project's CI only considers
linux
andosx
.x64-osx
x64-linux
Does your PR follow the maintainer guide?
Yes.