cuda.bindings.nvml.device_set_dram_encryption_mode#

cuda.bindings.nvml.device_set_dram_encryption_mode(intptr_t device, int dram_encryption)#
Set the DRAM Encryption mode for the device.

:param device: The identifier of the target device.
:type device: intptr_t
:param dram_encryption: The target DRAM Encryption mode.
:type dram_encryption: nvmlEnableState_t

.. seealso:: `nvmlDeviceSetDramEncryptionMode`