forked from chamilad/process-metrics-collector
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When attempting to retrieve the TDP of an AMD CPU the tdp-finder.py fails with an error. The problem seems to occur because the expected columns do not exist in the amd-cpus.csv.
Raised error
Traceback (most recent call last):
File "/home/user/treecript/TREECRIPT/bin/tdp-finder.py", line 24, in <module>
main()
File "/home/user/treecript/TREECRIPT/lib/python3.12/site-packages/treecript/tdp_finder.py", line 106, in main
tdp_column, tdp_in_w = tdp_finder(
^^^^^^^^^^^
File "/home/user/treecript/TREECRIPT/lib/python3.12/site-packages/treecript/tdp_finder.py", line 47, in tdp_finder
raise Exception()
Exception
Command to reproduce
tdp-finder.py <METRICS_DIRECTORY>/ <DATASET_DIRECTORY>/amd-cpus.csv
Tested environment details
- OS: Ubuntu 24.04.2 LTS
- CPU (as exported by
lscpucommand): AMD Ryzen AI 9 HX 370 w/ Radeon 890M - Treecript version: Commit 8600263
- Dataset repository version: CPU Spec dataset by Josua Carl
Metadata
Metadata
Assignees
Labels
No labels