Uses of Class
ai.rapids.cudf.RmmException
Packages that use RmmException
-
Uses of RmmException in ai.rapids.cudf
Methods in ai.rapids.cudf that throw RmmExceptionModifier and TypeMethodDescriptionstatic void
Rmm.clearEventHandler()
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
Rmm.isInitialized()
Check if RMM has been initialized already or not.static void
Rmm.setEventHandler
(RmmEventHandler handler) 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
Shut down any initialized RMM instance.