Uses of Class
ai.rapids.cudf.CudaException

Packages that use CudaException
Package
Description
 
  • Uses of CudaException in ai.rapids.cudf

    Subclasses of CudaException in ai.rapids.cudf
    Modifier and Type
    Class
    Description
    class 
    CudaFatalException is a kind of CudaException which leaves the process in an inconsistent state and any further CUDA work will return the same error.
    Methods in ai.rapids.cudf that throw CudaException
    Modifier and Type
    Method
    Description
    static void
    Cuda.asyncMemset(long dst, byte value, long count)
    Sets count bytes starting at the memory area pointed to by dst, with value.
    static void
    Set the device for this thread to the appropriate one.
    static void
    Cuda.freeZero()
    Calls cudaFree(0).
    static int
    Gets the major CUDA compute capability of the current device.
    static int
    Gets the minor CUDA compute capability of the current device.
    static int
    Cuda.getDevice()
    Get the id of the current device.
    static int
    Get the device count.
    static int
    Get the CUDA Driver version, which is the latest version of CUDA supported by the driver.
    static int
    Get the CUDA Runtime version of the current CUDA Runtime instance.
    Cuda.memGetInfo()
    Mapping: cudaMemGetInfo(size_t *free, size_t *total)
    static void
    Cuda.memset(long dst, byte value, long count)
    Sets count bytes starting at the memory area pointed to by dst, with value.
    static void
    Cuda.setDevice(int device)
    Set the id of the current device.