Package ai.rapids.cudf
Class CudaMemInfo
java.lang.Object
ai.rapids.cudf.CudaMemInfo
Represent free and total device memory.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
free
public final long freefree memory in bytes -
total
public final long totaltotal memory in bytes
-