vibespatial.kernels.owned_take

NVRTC kernels for owned geometry device-side gather.

These kernels are data-movement primitives for owned geometry buffers. They do not perform coordinate arithmetic, so ADR-0002 precision dispatch does not apply: coordinate storage remains canonical fp64 and the kernels only copy separated x/y payload spans.

Attributes

Module Contents

vibespatial.kernels.owned_take.OWNED_TAKE_KERNEL_NAMES = ('owned_take_gather_index_ranges_i32', 'owned_take_gather_xy_ranges_f64',...