Uses of Class
ai.rapids.cudf.RmmException

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

    Methods in ai.rapids.cudf that throw RmmException
    Modifier and Type
    Method
    Description
    static void
    Clears the active RMM event handler if one is set.
    static void
    Rmm.initialize(int allocationMode, Rmm.LogConf logConf, long poolSize)
    Initialize memory manager state and storage.
    static boolean
    Check if RMM has been initialized already or not.
    static void
    Sets the event handler to be called on RMM events (e.g.: allocation failure).
    static void
    Rmm.setEventHandler(RmmEventHandler handler, boolean enableDebug)
    Sets the event handler to be called on RMM events (e.g.: allocation failure) and optionally enable debug mode (callbacks on every allocate and deallocate)
    static void
    Rmm.shutdown()
    Shut down any initialized RMM instance.
    static void
    Rmm.shutdown(long forceGCInterval, long maxWaitTime, TimeUnit units)
    Shut down any initialized RMM instance.