Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rocm-smi #960

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

add rocm-smi #960

wants to merge 1 commit into from

Conversation

day253
Copy link

@day253 day253 commented Jan 9, 2025

No description provided.

@day253 day253 marked this pull request as draft January 9, 2025 10:14
@Tellinq
Copy link

Tellinq commented Jan 18, 2025

Mind sharing an output of rocm-smi that you get? Some of the naming schemes used is different:

Currently using rocm-smi-lib 6.2.4-1

From my Radeon 780M

{
    "card0": {
        "Device Name": "Phoenix3",
        "Device ID": "0x1900",
        "Device Rev": "0x01",
        "Subsystem ID": "0xe001",
        "GUID": "45560",
        "Unique ID": "N/A",
        "VBIOS version": "113-PHXGENERIC-001",
        "Temperature (Sensor edge) (C)": "31.0",
        "fclk clock speed:": "(400Mhz)",
        "fclk clock level:": "0",
        "mclk clock speed:": "(400Mhz)",
        "mclk clock level:": "0",
        "sclk clock speed:": "(800Mhz)",
        "sclk clock level:": "0",
        "socclk clock speed:": "(400Mhz)",
        "socclk clock level:": "0",
        "Performance Level": "auto",
        "Current Socket Graphics Package Power (W)": "7.222",
        "GPU use (%)": "19",
        "GPU Memory Allocated (VRAM%)": "87",
        "Memory Activity": "N/A",
        "PCIe Replay Count": "0",
        "Serial Number": "N/A",
        "Voltage (mV)": "752",
        "PCI Bus": "0000:C4:00.0",
        "ASD firmware version": "0x210000e7",
        "ME firmware version": "40",
        "MEC firmware version": "40",
        "MES firmware version": "0x0000006e",
        "MES KIQ firmware version": "0x00000073",
        "PFP firmware version": "48",
        "RLC firmware version": "128",
        "SDMA firmware version": "21",
        "SMC firmware version": "00.76.78.00",
        "VCN firmware version": "0x0911600c",
        "Card Series": "Phoenix3",
        "Card Model": "0x1900",
        "Card Vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
        "Card SKU": "PHXGENERIC",
        "Node ID": "1",
        "GFX Version": "gfx11003",
        "Valid sclk range": "800Mhz - 2700Mhz",
        "Valid mclk range": "0Mhz - 0Mhz"
    },
    "system": {
        "Driver version": "6.12.9-arch-1"
    }
}

From my RX 560

{
    "card0": {
        "Device Name": "Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]",
        "Device ID": "0x67ef",
        "Device Rev": "0xcf",
        "Subsystem ID": "Polaris 21 XL [Radeon RX 560D]",
        "GUID": "2457",
        "Unique ID": "N/A",
        "VBIOS version": "113-P11_170217_16CU_2GBD5_SE_DSF_N0RPM_W83",
        "Temperature (Sensor edge) (C)": "25.0",
        "mclk clock speed:": "(300Mhz)",
        "mclk clock level:": "0",
        "sclk clock speed:": "(214Mhz)",
        "sclk clock level:": "0",
        "pcie clock level": "0 (2.5GT/s x8)",
        "Fan speed (level)": "49",
        "Fan speed (%)": "19",
        "Fan RPM": "1050",
        "Performance Level": "auto",
        "GPU OverDrive value (%)": "0",
        "GPU Memory OverDrive value (%)": "0",
        "Max Graphics Package Power (W)": "46.0",
        "Current Socket Graphics Package Power (W)": "6.132",
        "GPU use (%)": "0",
        "GPU Memory Allocated (VRAM%)": "15",
        "GPU Memory Read/Write Activity (%)": "4",
        "Memory Activity": "N/A",
        "PCIe Replay Count": "0",
        "Serial Number": "N/A",
        "Voltage (mV)": "800",
        "PCI Bus": "0000:09:00.0",
        "CE firmware version": "140",
        "MC firmware version": "11851344",
        "ME firmware version": "167",
        "MEC firmware version": "730",
        "MEC2 firmware version": "730",
        "PFP firmware version": "254",
        "RLC firmware version": "63",
        "SDMA firmware version": "58",
        "SDMA2 firmware version": "58",
        "SMC firmware version": "00.29.31.00",
        "UVD firmware version": "0x01821000",
        "VCE firmware version": "0x351a0300",
        "Card Series": "Baffin [Radeon RX 460/560D / Pro 450/455/460/555/555X/560/560X]",
        "Card Model": "0x67ef",
        "Card Vendor": "Advanced Micro Devices, Inc. [AMD/ATI]",
        "Card SKU": "N/A",
        "Node ID": "1",
        "GFX Version": "gfx8003"
    },
    "system": {
        "Driver version": "6.12.9-arch-1"
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants