CPU impact calculations #198
-
Hello! Going through the documentation of BoaviztAPI, I was trying to reproduce the impact calculations for the CPU. However, it seems like I am stuck in different ways and I was wondering if you could help me with it please.
Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello, Thank you for opening this discussion.
There is a typo in the documentation that we just corrected. Thank you for your report. Commit : e659191
I just found that the cpu internal data in the API is not using mm2, but cm2. This is why you have the issue. In https://github.com/Boavizta/boaviztapi/blob/main/boaviztapi/data/components/cpu_manufacture.csv, die_size column is in mm2 and die_size_per_core is in cm2 In the case you described : Since few users provide directly the die_size but use the pre-recorded die_size (which are in cm2) we just found out. Thank you for raising the issue. I just updated the documentation and unit in the API response. You should now provide your die_size in cm2 (/100) and not in mm2. The next version of the API (v1 which is still in development) uses only mm2 so this error will no longer occur. Commit : f1b8096 Could you test and tell us if using cm2 fixes your issue ? You are also welcome to join our public chat to tell us about your use case : https://chat.boavizta.org/signup_user_complete/?id=97a1cpe35by49jdc66ej7ktrjc |
Beta Was this translation helpful? Give feedback.
Hello,
Thank you for opening this discussion.
There is a typo in the documentation that we just corrected. Thank you for your report.
Commit : e659191