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
perf[gpu]: generate FixedSizeList offsets on device (#8458)
Use the existing CUDA sequence kernel to materialize Arrow List offsets
for FixedSizeList export directly on the device.
This avoids building the offsets buffer on the CPU and copying it to
CUDA memory while preserving existing i32 overflow checks.
Signed-off-by: "Alexander Droste" <alexander.droste@protonmail.com>
0 commit comments