← Back to events
ActiveAIRelease

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

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

Why it's spreading

Sources