Skip to main content

gather_split_kernel

Function gather_split_kernel 

Source
pub fn gather_split_kernel(device: &Device) -> &'static Kernel
Expand description

Split-binding gather: table (ro) + uniform + idx (ro) + out (rw, separate buffer). For >4 GiB arenas where the embedding output lies outside the table’s bind window. See [build_kernel_ro_u_ro_rw].