Check parallel WPT tests on macOS - #2
Closed
mklimenko-nv wants to merge 34 commits into
Closed
mklimenko-nv wants to merge 34 commits into
mklimenko-nv wants to merge 34 commits into
Conversation
Documentation Build ✅Documentation builds successfully! 🎉 Preview will be available after merge. |
Documentation Build ✅Documentation builds successfully! 🎉 Preview will be available after merge. |
Owner
Author
|
Despite having 3 cores in GitHub-hosted runner, there's no speedup in WPT tests vs the baseline. Closing |
mklimenko-nv
pushed a commit
that referenced
this pull request
Sep 16, 2026
## Summary - lower `resample2d` for every valid pair/order of WebNN axes by moving the selected axes to MIL's spatial dimensions, upsampling, and restoring the original layout - remove the final two CoreML `resample2d` expected failures (`axes: [0, 1]` and `[1, 0]`) - add regression coverage proving WebNN `padding` is emitted as CoreML MIL's required `pad` input, rather than the ONNX-only `pads` spelling Fixes #2. Fixes rustnn#54. ## Validation - M4, Rust 1.97.0: `make fmt-check`, `make lint`, and strict Clippy with `coreml-runtime,dynamic-inputs` pass - Rust library tests: 354 default; 367 with `coreml-runtime,dynamic-inputs`; all pass - CoreML resample WPT: 13 passed, 0 skipped, 0 failed - full CoreML WPT at `04cd4a830e26add75d385f28d95a080600b5d70f`: 2,460 passed, 41 expected skips, 20 existing negative-index scatter failures. A clean main control reproduces the same 20 failures; the only case-status changes are the two resample improvements - backend operator-support documentation drift check passed - earlier physical iPhone XS Max validation: RustNN converted the WebNN graph to `.mlmodel` on the phone; `MLModel.compileModel(at:)` compiled it to `.mlmodelc` on that same phone; CPU-only and normal CoreML predictions both matched all 24 expected nearest-neighbor values exactly --------- Co-authored-by: Markus Tavenrath <mtavenrath@users.noreply.github.com>
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.