Open
Conversation
- Extract _io_lines() and _parse_graph_io() and _build_binary() helpers to reduce McCabe complexity of _generate_harness (9→3) and prepare (11→4) - Use math.prod() instead of manual shape product loops - Fix Q003: use single outer quotes in f-strings containing double quotes - Add missing docstrings (D102, D105, D107) - Add strict=False to zip() calls (B905) - Suppress BLE001 with noqa on intentional broad except clauses Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
* Fix TVM runtime package compatibility Signed-off-by: Timo Stripf <timo.stripf@emmtrix.com> * Fix TVM backend lint issues Signed-off-by: Timo Stripf <timo.stripf@emmtrix.com> --------- Signed-off-by: Timo Stripf <timo.stripf@emmtrix.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
On push to main or on pull_request, a 'changes' job detects which backends' files were modified using dorny/paths-filter. Each backend job then only runs when its own files changed (runtimes/, backends/, test/, or setup/), keeping CI fast for unrelated changes. On schedule and workflow_dispatch, all jobs run unconditionally as before. Results are only uploaded and deployed on schedule/workflow_dispatch. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
onnx2c uses git submodules (cmake_timestamp, benchmark) which were missing, causing CMake to fail. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
The latest commit (f963de9) introduced QLinearConv with a broken `override` declaration that fails to compile. Pin to the commit immediately before it (e6308a7) until upstream is fixed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
config.json is only used by the website generator and does not affect test execution. Using setup/** caused all backends to re-run whenever a new backend was added (since adding one requires editing config.json). Now only the files that actually affect runtime behaviour trigger jobs: docker-setup.sh, env.list, and requirements_report.txt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
|
This file contains hidden or 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
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.


No description provided.