gpumemoryview#

2026-03-11

19 min read time

Applies to Linux

class pylibhipdf.gpumemoryview.gpumemoryview(obj)#

Bases: object

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.

__init__(*args, **kwargs)#
cai#
nbytes#
obj#
ptr#