Maisam Arif

Results 12 comments of Maisam Arif

Hi @IlyasMoutawwakil thank you for reaching out. You are correct, we did change this because amd-smi will be able to handle all amd processors (GPUs & CPUs) in the future....

@Looong01 I'm not seeing this issue on the version released with ROCm version 6.1.0, can you update to the latest ROCm and see if you can reproduce? Also can you...

Merged to develop

This is merged in

Hi @brettkoonce do you have PyYAML installed? Install via ubuntu package manager: ``` sudo apt install python3-yaml ``` Or you could install via python ``` python3 -m pip install 'PyYAML>=5.1'...

I added the verbose handling, it will be there in the 6.4 release. Also an FYI, we managed to drop YAML as a dependency in the upcoming 6.4 release.

Can you remove the rocm-smi.py changes? rocm-smi.py is a leftover from the rocm-smi project, and not intended to be changed independtly in this project. If you have any rocm-smi changes...

@parthraut Can you give me the output of `amd-smi version`. I believe that https://github.com/ROCm/amdsmi/issues/22 sees the same thing. We had an issue with updating our internal tables within the same...

@jaywonchung You are correct, thanks for the debug support. @parthraut We will look into this with our driver team and reach back out, I'm not seeing these issues on mi200,...

@jaywonchung It would be more like: ``` if "energy_counter" in energy_dict and "counter_resolution" in energy_dict: # New API energy = energy_dict["energy_counter"] * energy_dict["counter_resolution"] elif "power" in energy_dict and "counter_resolution" in...