Skip to main content

euclidean_cluster_roots_gpu_with_receipt

Function euclidean_cluster_roots_gpu_with_receipt 

Source
pub fn euclidean_cluster_roots_gpu_with_receipt(
    runtime: &WgpuRuntime,
    x: &[f32],
    y: &[f32],
    z: &[f32],
    cluster_tolerance: f32,
) -> SpatialResult<(Vec<u32>, TransferStats)>
Expand description

Runs the GPU sparse-grid stage and returns its transfer accounting together with deterministic host-side component roots.