pytorch / vision

Datasets, Transforms and Models specific to Computer Vision
https://pytorch.org/vision
BSD 3-Clause "New" or "Revised" License
16.04k stars 6.93k forks source link

Enable xpu windows CD #8656

Open chuanqi129 opened 1 week ago

chuanqi129 commented 1 week ago

Depends on https://github.com/pytorch/test-infra/pull/5648 Works for https://github.com/pytorch/pytorch/issues/114850

pytorch-bot[bot] commented 1 week ago

:link: Helpful Links

:test_tube: See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8656

Note: Links to docs will display an error until the docs builds have been completed.

:x: 7 New Failures, 2 Unrelated Failures

As of commit 7dbd1ea948e2824061593812442b92688c65f68c with merge base 6d7851bd5e2bedc294e40e90532f0e375fcfee04 (image):

NEW FAILURES - The following jobs have failed:

* [Docs / build / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522382259) ([gh](https://github.com/pytorch/vision/actions/runs/10964317944/job/30522382259)) `RuntimeError: Command docker exec -t d356c9e8c2b5a1d8cbcb0bce31614e82cebcbda38cece2fe0917f40e976bc6f3 /exec failed with exit code 2` * [Lint / c-source / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522382654) ([gh](https://github.com/pytorch/vision/actions/runs/10964317953/job/30522382654)) `RuntimeError: Command docker exec -t 3b548cdfd08eb7666089671e8f0125fbb53c9dcab66078289948a3bd42648099 /exec failed with exit code 1` * [Tests / unittests-linux (3.10, linux.12xlarge, cpu) / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522385245) ([gh](https://github.com/pytorch/vision/actions/runs/10964317961/job/30522385245)) `test/test_ops.py::TestDeformConv::test_backward[0-True-cpu]` * [Tests / unittests-linux (3.11, linux.12xlarge, cpu) / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522384416) ([gh](https://github.com/pytorch/vision/actions/runs/10964317961/job/30522384416)) `test/test_ops.py::TestDeformConv::test_backward[0-True-cpu]` * [Tests / unittests-linux (3.12, linux.12xlarge, cpu) / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522386174) ([gh](https://github.com/pytorch/vision/actions/runs/10964317961/job/30522386174)) `test/test_ops.py::TestDeformConv::test_backward[0-True-cpu]` * [Tests / unittests-linux (3.9, linux.12xlarge, cpu) / linux-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522386708) ([gh](https://github.com/pytorch/vision/actions/runs/10964317961/job/30522386708)) `test/test_ops.py::TestDeformConv::test_backward[0-True-cpu]` * [Tests / unittests-windows (3.9, windows.g5.4xlarge.nvidia.gpu, cuda, 11.8) / windows-job](https://hud.pytorch.org/pr/pytorch/vision/8656#30522391207) ([gh](https://github.com/pytorch/vision/actions/runs/10964317961/job/30522391207)) `AttributeError: '_OpNamespace' 'image' object has no attribute '_jpeg_version'`

BROKEN TRUNK - The following jobs failed but were present on the merge base:

👉 Rebase onto the `viable/strict` branch to avoid these failures

* [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cuda11_8](https://hud.pytorch.org/pr/pytorch/vision/8656#30530382114) ([gh](https://github.com/pytorch/vision/actions/runs/10964317943/job/30530382114)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/6d7851bd5e2bedc294e40e90532f0e375fcfee04#30065622747)) * [Build Windows Conda / pytorch/vision / upload / conda-py3_9-cuda12_4](https://hud.pytorch.org/pr/pytorch/vision/8656#30530383050) ([gh](https://github.com/pytorch/vision/actions/runs/10964317943/job/30530383050)) ([trunk failure](https://hud.pytorch.org/pytorch/vision/commit/6d7851bd5e2bedc294e40e90532f0e375fcfee04#30065623509))

This comment was automatically generated by Dr. CI and updates every 15 minutes.

chuanqi129 commented 4 days ago

The xpu build failure should be fixed by https://github.com/pytorch/test-infra/pull/5694

chuanqi129 commented 4 days ago

Hi @atalman, the new failure https://github.com/pytorch/vision/actions/runs/10964317955/job/30601851148#step:11:32 addressed by PR https://github.com/pytorch/test-infra/pull/5704, could you please help to review and launch the test again?