[ExecuTorch][WebGPU] batch_norm op tests#20994
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/20994
Note: Links to docs will display an error until the docs builds have been completed. ❌ 130 New Failures, 3 Unrelated Failures, 7 Unclassified FailuresAs of commit 5a22139 with merge base c2b273e ( NEW FAILURES - The following jobs have failed:
UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:
FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
Stack from ghstack (oldest at bottom):
Op-test suite for
aten._native_batch_norm_legit_no_training.default(stacked on the batch_norm op diff).Adds
test/ops/test_batch_norm.py(BatchNorm2dModule—nn.BatchNorm2d.eval()with deterministic running stats + affine) + a@register_op_test("batch_norm")suite intest/op_tests/cases.py(3 cases). Covers affine + non-affine (optional weight/bias) and an odd H*W; only the populatedoutValueList entry is compared (out_index 0).Differential Revision: D112417282