Skip to main content

swap_ex

Function swap_ex 

Source
pub unsafe fn swap_ex(
    handle: cublasHandle_t,
    n: c_int,
    x: CUdeviceptr,
    x_type: cudaDataType,
    incx: c_int,
    y: CUdeviceptr,
    y_type: cudaDataType,
    incy: c_int,
) -> Result<(), GpuError>