viable/strict/1788294420: Skip test_index_add_bfloat16_deterministic on XPU (#195534)
- PyTorch: 395 events in the last 90 days
- PyTorch: 392th Release in the last 90 days
- Previous: earlier the same day · viable/strict/1788292262: [ROCm] Set USE_ARC in ROCm workflows (#194123)
What happened
test_index_add_bfloat16_deterministic (added in #195192 ) asserts that compiling index_add under deterministic mode falls back to aten.index_put_. Its skipCUDAIf gate only applies on CUDA devices, so the test runs on XPU CI, where deterministic mode does not take the index_put_ fallback path, and the FileCheck fails: RuntimeError: Expected to find "aten.index_put_" but did not find it This has failed the xpu workflo…
Summary assembled by rule from the sources below