cuda.bindings.nvml.ConfComputeGpuCertificate#

class cuda.bindings.nvml.ConfComputeGpuCertificate#

Empty-initialize an instance of nvmlConfComputeGpuCertificate_t.

See also

nvmlConfComputeGpuCertificate_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an ConfComputeGpuCertificate instance with the memory from the given buffer.

from_data(data)

Create an ConfComputeGpuCertificate instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an ConfComputeGpuCertificate instance wrapping the given pointer.

Attributes

attestation_cert_chain

(array of length 5120).

cert_chain

(array of length 4096).

ptr

Get the pointer address to the data as Python int.