-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Filter out local timer tests which are unimplemented in Python on AArch64 #158342
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/158342
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 38a0d1b with merge base f3913ea ( UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "module: arm" |
766c517
to
6739075
Compare
@@ -1551,6 +1551,7 @@ test_linux_aarch64() { | |||
python test/run_test.py --include test_modules test_mkldnn test_mkldnn_fusion test_openmp test_torch test_dynamic_shapes \ | |||
test_transformers test_multiprocessing test_numpy_interop test_autograd test_binary_ufuncs test_complex test_spectral_ops \ | |||
test_foreach test_reductions test_unary_ufuncs test_tensor_creation_ops test_ops test_cpp_extensions_open_device_registration \ | |||
distributed/elastic/timer/api_test distributed/elastic/timer/local_timer_example distributed/elastic/timer/local_timer_test \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how come the tests being added if they are going to be filtered out anyways?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want to enable the full test suite eventually, so we want to ensure they're all being skipped, xfailed or passing properly in CI ahead of that.
At some point it would be good to revisit this once we use a non-conda Python to try.
…ch64 This stems from using a conda build of Python which incorrectly detects this as unimplemented: conda-forge/python-feedstock#804
6739075
to
38a0d1b
Compare
@pytorchbot merge |
This stems from using a conda build of Python, which incorrectly detects this as unimplemented:
conda-forge/python-feedstock#804
cc @H-Huang @awgu @wanchaol @fegin @fduwjj @wz337 @wconstab @d4l3k @pragupta @malfet @snadampal @milpuz01 @aditew01 @nikhil-arm @fadara01 @dzhulgakov