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 voidRmm.clearEventHandler()Clears the active RMM event handler if one is set.static voidRmm.initialize(int allocationMode, Rmm.LogConf logConf, long poolSize) Initialize memory manager state and storage.static booleanRmm.isInitialized()Check if RMM has been initialized already or not.static voidRmm.setEventHandler(RmmEventHandler handler) Sets the event handler to be called on RMM events (e.g.: allocation failure).static voidRmm.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 voidRmm.shutdown()Shut down any initialized RMM instance.static voidShut down any initialized RMM instance.