← Back to events
ActiveAIRelease8.00

ciflow/trunk/198674: 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

Why it's spreading

Sources