ciflow/mps/198674: Make IS_APPLE_M1 a plain bool so skipMPSIf honors it
- PyTorch: 1529 events in the last 90 days
- PyTorch: 1510th Release in the last 90 days
- Previous: earlier the same day · ciflow/trunk/198689: Make IS_APPLE_M1 a plain bool so skipMPSIf honors it
What happened
#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…
Summary assembled by rule from the sources below