Rocm-smi Exception caught: map::at

rocm-smi --version
ROCM-SMI version: 2.3.1+unknown
ROCM-SMI-LIB version: 7.3.0
❯ rocm-smi


Exception caught: map::at
============================================ ROCm System Management Interface ============================================
====================================================== Concise Info ======================================================
Device  Node  IDs              Temp    Power     Partitions          SCLK  MCLK     Fan  Perf  PwrCap       VRAM%  GPU%  
              (DID,     GUID)  (Edge)  (Socket)  (Mem, Compute, ID)                                                      
==========================================================================================================================
0       1     0x13c0,   59783  37.0°C  0.015W    N/A, N/A, 0         None  2400Mhz  0%   auto  Unsupported  1%     0%    
==========================================================================================================================
================================================== End of ROCm SMI Log ===================================================

any ideas?

rocm-smi is like nvidia-smi but for AMD cards but apparently does not work for AMD integrated cards

No.

What is
rocm-smi ?

What is the problem?

It might be obvious to some who know what it is.
If you rely on those: ok.
Me: I don’t even know what it is.

Exception caught: map::at

Still cryptic.
The solution was already contained in the OP?

What did you ask for, then?

I unmarked the solution as it is not a solution. A marked solution is supposed to help other forum visitors who are experiencing a similar issue.

If the OP could please provide more details as to what the original issue actually was, and what they did to solve the issue, they can then mark it as a solution.

If it is an upstream problem, then a simple explanation that nothing can be done until it is fixed upstream will suffice.

need to disable the IGPU in bios to work correctly because it cannot support the IGPU and the dedicated card

You are still speaking in riddles - or a lot of context is missing.
It doesn’t matter to me, though - I’m leaving this thread.
Good luck!

I’m okay with marking disabling the iGPU in BIOS as the solution, although more detail would be preferred.

There is a note on the ROCm System Management Interface (ROCm SMI) library — ROCm SMI LIB 7.3.0 Documentation page that says:

The AMD System Management Interface Library (AMD SMI) is a successor to ROCm SMI. It is a unified system management interface tool that provides a user space interface for applications to monitor and control GPU applications and gives users the ability to query information about drivers and GPUs on the system.

AMD SMI will replace rocm_smi_lib over time. We recommend that users transition to AMD SMI.

For more information, refer to ROCm/amdsmi and the AMD SMI documentation.

I had a look at the installation instructions at GitHub - ROCm/amdsmi: AMD SMI. Unfortunately, no version (yet) for Arch-based systems, however instructions are provided for building AMD SMI from source further down the page.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.