-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update ArmNN and TFLite default version pins #16
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Patch/compiledef See merge request arm-research/smarter/armnn_tflite_backend!29
Update ArmNN/ACL pin to 21.11 See merge request arm-research/smarter/armnn_tflite_backend!30
Signed-off-by: Josh Minor <josh.minor@arm.com>
* Add initial ci pipeline Signed-off-by: Josh Minor <josh.minor@arm.com> * Add dev to target pr branches for actions Signed-off-by: Josh Minor <josh.minor@arm.com> * Use triton branch as workflow var Signed-off-by: Josh Minor <josh.minor@arm.com> * Add triton build action Signed-off-by: Josh Minor <josh.minor@arm.com> * Transfer backend to test via artifacts Signed-off-by: Josh Minor <josh.minor@arm.com> * Add instructions for testing locally * Add matrix for arm64 build test Signed-off-by: Josh Minor <josh.minor@arm.com> * Update readme and rename workflow build file Signed-off-by: Josh Minor <josh.minor@arm.com> * Remove act from ci Signed-off-by: Josh Minor <josh.minor@arm.com> * Codeql init earlier in build job Signed-off-by: Josh Minor <josh.minor@arm.com> * Fix warnings Signed-off-by: Josh Minor <josh.minor@arm.com> * Set checkout fetch depth to 0 Signed-off-by: Josh Minor <josh.minor@arm.com> * Remove codeql for cppcheck as codeql doesn't support arm64 Signed-off-by: Josh Minor <josh.minor@arm.com> * Remove cpp check action Signed-off-by: Josh Minor <josh.minor@arm.com> * Trigger triton build and push job Signed-off-by: Josh Minor <josh.minor@arm.com> * Use container for triton builds Signed-off-by: Josh Minor <josh.minor@arm.com> * Install docker cli in container Signed-off-by: Josh Minor <josh.minor@arm.com> * Fix image naming for triton builds Signed-off-by: Josh Minor <josh.minor@arm.com> * Add correct permissions to job to push Signed-off-by: Josh Minor <josh.minor@arm.com> * Split triton build into a build matrix to improve perf Signed-off-by: Josh Minor <josh.minor@arm.com> * Fix matrix arch in test image Signed-off-by: Josh Minor <josh.minor@arm.com> * Add option to specify compiler launcher for backend deps Signed-off-by: Josh Minor <josh.minor@arm.com> * Only run build ci on relevant file changes Signed-off-by: Josh Minor <josh.minor@arm.com> * Format conftest.py Signed-off-by: Josh Minor <josh.minor@arm.com> * Fix workflow badge Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Signed-off-by: Josh Minor <josh.minor@arm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes roll the armnn and tflite versions forward in the default build config, as well as fix an issue with empty branches to build in the build triton ci, and an issue with the xnnpack delegate being auto-applied when using the default tflite op resolver.