cuda.bindings.nvml.device_get_dram_encryption_mode#
- cuda.bindings.nvml.device_get_dram_encryption_mode(intptr_t device) tuple#
Retrieves the current and pending DRAM Encryption modes for the device.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
nvmlEnableState_t: Reference in which to return the current DRAM Encryption mode.
nvmlEnableState_t: Reference in which to return the pending DRAM Encryption mode.
- Return type:
A 2-tuple containing
See also
nvmlDeviceGetDramEncryptionMode