gpumemoryview#

class cudf._lib.pylibcudf.gpumemoryview.gpumemoryview(obj)#

Minimal representation of a memory buffer.

This class aspires to be a GPU equivalent of memoryview for any objects exposing a CUDA Array Interface. It will be expanded to encompass more memoryview functionality over time.

Attributes

obj

ptr