[CI] Add xpu test for windows #5108
pull.yml
on: pull_request
preci-lint-check
52s
preci-windows
/
Torch-XPU-Windows-UT
preci-linux / e2e_test
0s
preci-linux
/
distributed_ut_test
preci-linux
/
ut_test
preci-linux-abi-0
/
distributed_ut_test
preci-linux-abi-0
/
ut_test
Annotations
1 error and 7 warnings
preci-lint-check
Process completed with exit code 1.
|
RUFF F401:
test/xpu/test_xpu_xpu.py#L12
`test_xpu.TestXpuAutocast` imported but unused.
See https://beta.ruff.rs/docs/rules/.
To disable, use ` # noqa: F401`
|
RUFF F401:
test/xpu/test_xpu_xpu.py#L12
`test_xpu.TestXpuTrace` imported but unused.
See https://beta.ruff.rs/docs/rules/.
To disable, use ` # noqa: F401`
|
RUFF format:
test/xpu/test_xpu_xpu.py#L1
Run `lintrunner -a` to apply this patch.
|
FLAKE8 F401:
test/xpu/test_xpu_xpu.py#L12
'test_xpu.TestXpuAutocast' imported but unused
See https://www.flake8rules.com/rules/F401.html
|
FLAKE8 F401:
test/xpu/test_xpu_xpu.py#L12
'test_xpu.TestXpuTrace' imported but unused
See https://www.flake8rules.com/rules/F401.html
|
FLAKE8 E261:
test/xpu/test_xpu_xpu.py#L12
at least two spaces before inline comment
See https://www.flake8rules.com/rules/E261.html
|
PYFMT format:
test/xpu/test_xpu_xpu.py#L1
Run `lintrunner -a` to apply this patch.
|