Show / Hide Table of Contents

    Namespace Tensor.Cuda

    Classes

    CannotCudaRegisterMemoryException

    Cannot register host memory with CUDA, maybe because it is not properly aligned.

    Cfg

    Options for configuring operations performed on CUDA tensors.

    CudaRegMem (mod)

    Methods for locking a TensorHostStorage into memory and registering the memory with CUDA for fast data transfers with GPU device.

    CudaRegMemHnd

    CUDA registered memory for fast data transfer. Dispose to unregister memory with CUDA.

    NativeIdxTensors (rec)

    C++ NativeIdx

    NativeIdxTensorsInfo (rec)

    C++ NativeIdx template info

    NativeTensor (rec)

    C++ tensor marshaling

    OutOfCudaMemoryException

    Out of CUDA memory.

    TensorCudaBackend<'T>

    CUDA backend for tensors.

    TensorCudaDevice

    Creates Tensors on a CUDA device.

    TensorCudaStorage<'T>

    Tensor storage on a CUDA device.

    Interfaces

    ITensorCudaBackend

    type-neutral interface to CUDA backend for tensors

    ITensorCudaStorage

    type neutral interface to a CudaStorageT

    Back to top Generated by DocFX