Skip to content

add onnx2c_stable#101

Open
andife wants to merge 9 commits intomainfrom
new_provider
Open

add onnx2c_stable#101
andife wants to merge 9 commits intomainfrom
new_provider

Conversation

@andife
Copy link
Copy Markdown
Member

@andife andife commented Mar 21, 2026

No description provided.

@andife andife changed the title WIP new provider add onnx2c_stable Mar 21, 2026
andife and others added 9 commits March 22, 2026 07:01
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
- 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>
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot

See analysis details on SonarQube Cloud

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.

2 participants