You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(spatial): extend Blackwell fallback to Resample class in array.py
The same USE_COMPILED guard that was fixed in spatial_resample
(functional.py) was also present in Resample.__call__ (array.py),
used by Affine, RandAffine and related transforms.
Apply the same _compiled_unsupported() check so that grid_pull is not
called on sm_120 (Blackwell) devices when monai._C lacks sm_120 support,
preventing garbage output in test_affine, test_affined, test_rand_affine
and test_rand_affined on RTX 50-series GPUs.
0 commit comments