ciflow/trunk/198689: Make IS_APPLE_M1 a plain bool so skipMPSIf honors it
- PyTorch 近 90 天出现 1529 次
- PyTorch 近 90 天第 1510 次发版
- 上一次:同一天稍早 · trunk/8bea8e2d91031a1dee02417397d5a065e31c43c8
发生了什么
#198689 added IS_APPLE_M1 as a LazyVal and gated test_grid_sample_large_index_{2d,3d} with @skipMPSIf(MACOS_VERSION . skipIf only skips when its condition is a str or an actual bool . On macOS 14 the expression short-circuits to True , but on macOS 15 or returns the LazyVal object itself, which is truthy yet not a bool , so the skip is silently ignored and both tests still fail with Invalid buffer size: 8.00 GiB on…
摘要按规则整理自下方来源原文