← 返回事件
持续讨论AI发版

viable/strict/1788294420: Skip test_index_add_bfloat16_deterministic on XPU (#195534)

发生了什么

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…

摘要按规则整理自下方来源原文

为什么在扩散

来源