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
Add CUDA resampling kernels for end-to-end GPU reproject (#1045)
Native CUDA nearest, bilinear, and cubic (Catmull-Rom) resampling
kernels replace cupyx.scipy.ndimage.map_coordinates. When the
CUDA projection path produces on-device coordinates, the entire
pipeline now stays on GPU with no CPU roundtrip.
Full reproject pipeline (2048x2048, bilinear, 4326->UTM):
GPU end-to-end: 78ms
CPU Numba: 161ms
Speedup: 2.1x
0 commit comments