Skip to main content

access_all_3

Function access_all_3 

Source
pub fn access_all_3<A, B, C>(
    a: &GpuRef<A>,
    b: &GpuRef<B>,
    c: &GpuRef<C>,
) -> Result<(Arc<CudaSlice<A>>, Arc<CudaSlice<B>>, Arc<CudaSlice<C>>), GpuError>
Expand description

Validate three input GpuRefs and return owning Arcs of their underlying slices.