viable/strict/1788294420: Skip test_index_add_bfloat16_deterministic on XPU (#195534)
- PyTorch 近 90 天出现 399 次
- PyTorch 近 90 天第 396 次发版
- 上一次:同一天稍早 · viable/strict/1788292262: [ROCm] Set USE_ARC in ROCm workflows (#194123)
发生了什么
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…
摘要按规则整理自下方来源原文