cuda.bindings.nvml.ConfComputeGpuAttestationReport#

class cuda.bindings.nvml.ConfComputeGpuAttestationReport#

Empty-initialize an instance of nvmlConfComputeGpuAttestationReport_t.

See also

nvmlConfComputeGpuAttestationReport_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an ConfComputeGpuAttestationReport instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an ConfComputeGpuAttestationReport instance wrapping the given pointer.

Attributes

attestation_report

(array of length 8192).

cec_attestation_report

(array of length 4096).

is_cec_attestation_report_present

int:

nonce

(array of length 32).

ptr

Get the pointer address to the data as Python int.