Skip to content
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

Add aten_convolution_backward function #1707

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Merge branch 'main' into xiaowu/addConvBackward

1eb33c3
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Add aten_convolution_backward function #1707

Merge branch 'main' into xiaowu/addConvBackward
1eb33c3
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Jul 8, 2024 in 0s

1 errors, 1 fail, 2 247 skipped, 9 556 pass in 2h 27m 9s

     26 files  +     26      26 suites  +26   2h 27m 9s ⏱️ + 2h 27m 9s
 11 805 tests + 11 805   9 556 ✅ + 9 556    2 247 💤 +  2 247  1 ❌ +1  1 🔥 +1 
381 311 runs  +381 311  83 485 ✅ +83 485  297 818 💤 +297 818  7 ❌ +7  1 🔥 +1 

Results for commit 1eb33c3. ± Comparison against earlier commit c21f6ac.

Annotations

Check failure on line 0 in tests.function_libs.torch_lib.ops_test.TestOutputConsistencyEagerCPU

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 19 runs with error: test_output_match_opinfo__clamp_cpu_float16 (tests.function_libs.torch_lib.ops_test.TestOutputConsistencyEagerCPU)

artifacts/Test Results (py311-ort-nightly-windows-latest)/pytest.xml [took 0s]
Raw output
failed on setup with "worker 'gw3' crashed while running 'tests/function_libs/torch_lib/ops_test.py::TestOutputConsistencyEagerCPU::test_output_match_opinfo__clamp_cpu_float16'"
worker 'gw3' crashed while running 'tests/function_libs/torch_lib/ops_test.py::TestOutputConsistencyEagerCPU::test_output_match_opinfo__clamp_cpu_float16'

Check warning on line 0 in onnxscript.tools.transformers_models.phi_test.TestExportPhi

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 7 runs failed: test_phi_dort_static (onnxscript.tools.transformers_models.phi_test.TestExportPhi)

artifacts/Test Results (py310-macos-latest)/pytest.xml [took 19s]
artifacts/Test Results (py310-ubuntu-latest)/pytest.xml [took 7s]
artifacts/Test Results (py311-macos-latest)/pytest.xml [took 5s]
artifacts/Test Results (py311-onnx-weekly-macos-latest)/pytest.xml [took 7s]
artifacts/Test Results (py311-onnx-weekly-ubuntu-latest)/pytest.xml [took 7s]
artifacts/Test Results (py311-ubuntu-latest)/pytest.xml [took 10s]
artifacts/Test Results (py39-ubuntu-latest)/pytest.xml [took 9s]
Raw output
AssertionError: The length of the sequences mismatch: 1 != 4
onnxscript/_internal/version_utils.py:114: in call_f
    return fct(self)
onnxscript/tools/transformers_models/phi_test.py:106: in test_phi_dort_static
    torch.testing.assert_close(expected_gradients[0], gradients[0], atol=1e-5, rtol=1e-5)
E   AssertionError: The length of the sequences mismatch: 1 != 4