... | @@ -41,6 +41,9 @@ For adding the new platform on the Front-end, the file EnergyDashPage.js contain |
... | @@ -41,6 +41,9 @@ For adding the new platform on the Front-end, the file EnergyDashPage.js contain |
|
|
|
|
|
- **Step 3:** There is a method named updateStaticData where given the name of the platform the prediction results for this platform are loaded into the page. If the user wants to show the results for an additional platform, an additional condition is needed to be added in the method that loads these results, including the name of the platform, which must be the same as it is defined in the back-end.
|
|
- **Step 3:** There is a method named updateStaticData where given the name of the platform the prediction results for this platform are loaded into the page. If the user wants to show the results for an additional platform, an additional condition is needed to be added in the method that loads these results, including the name of the platform, which must be the same as it is defined in the back-end.
|
|
|
|
|
|
|
|
Find a Static Analysis New Platform Addition Tutorial video in our youtube channel:
|
|
|
|
https://www.youtube.com/watch?v=Vyt8-yxgnis&t
|
|
|
|
|
|
**Guidelines for adding a new device in Acceleration component**
|
|
**Guidelines for adding a new device in Acceleration component**
|
|
|
|
|
|
The Acceleration sub-component calculates a number of Acceleration Specific indicators based on which, a classification model is used to estimate the potential Energy Consumption gains of using a specific acceleration unit. For deomnstration purposes Nvidia Jetson TX1, which incorporates a CPU-GPU SoC is already added. The step-by-step guidelines provided below show how to provide predictions for GPU architectures other than Tegra-X1. A prerequisite for being able to achieve this is again that the new device must include an integrated energy sensor:
|
|
The Acceleration sub-component calculates a number of Acceleration Specific indicators based on which, a classification model is used to estimate the potential Energy Consumption gains of using a specific acceleration unit. For deomnstration purposes Nvidia Jetson TX1, which incorporates a CPU-GPU SoC is already added. The step-by-step guidelines provided below show how to provide predictions for GPU architectures other than Tegra-X1. A prerequisite for being able to achieve this is again that the new device must include an integrated energy sensor:
|
... | | ... | |