Remove test_profiler_emit_nvtx case since it is only for CUDA device #5126
pull.yml
on: pull_request
preci-lint-check
48s
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 4 warnings
preci-lint-check
Process completed with exit code 1.
|
RUFF F401:
test/xpu/test_autograd_xpu.py#L13
`torch.autograd.profiler.emit_nvtx` imported but unused.
See https://beta.ruff.rs/docs/rules/.
To disable, use ` # noqa: F401`
|
RUFF format:
test/xpu/test_autograd_xpu.py#L1
Run `lintrunner -a` to apply this patch.
|
FLAKE8 F401:
test/xpu/test_autograd_xpu.py#L13
'torch.autograd.profiler.emit_nvtx' imported but unused
See https://www.flake8rules.com/rules/F401.html
|
FLAKE8 B950:
test/xpu/test_autograd_xpu.py#L626
line too long (140 > 120 characters)
See https://github.com/PyCQA/flake8-bugbear#list-of-warnings
|