Files
rocm-systems/py-interface
AL Musaffar, Yazen a6c8bab856 [SWDEV-491051] Fixed drm_card reference in python interface
Update amdsmi_interface.py

Typo at line 1744: 
was: "drm_card": _validate_if_max_uint(enumeration_info.drm_render, MaxUIntegerTypes.UINT32_T), 
changed to: "drm_card": _validate_if_max_uint(enumeration_info.drm_card, MaxUIntegerTypes.UINT32_T) 

changed from drm_render to drm_card

Signed-off-by: AL Musaffar, Yazen <Yazen.ALMusaffar@amd.com>
2025-03-08 16:08:48 -06:00
..
2025-01-31 14:55:36 -06:00

AMD SMI Python library

The AMD SMI Python interface offers an accessible way to interact with AMD hardware through a user-friendly API. Find the documentation in the docs/ directory.

Online documentation

Explore the latest documentation on the ROCm documentation portal.