vibespatial.kernels.core.geometry_analysis_source

CUDA kernel source for geometry bounds computation.

Contains NVRTC kernel source templates for per-family bounds kernels (thread-per-row) and cooperative bounds kernels (block-per-geometry warp-level reduction).

Extracted from geometry_analysis.py – dispatch logic remains there.