You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**
Hello, I am currently using pixel6 and pixel8.
I used to set CPU frequency for both devices for my research using .yaml file on workload automation.
I am wondering if there is a way to set GPU frequency using workload automation.
Also, is there any way I can change CPU/GPU frequency real-time?
ex) set GPU frequency to 324000 after 3 seconds.
The text was updated successfully, but these errors were encountered:
I am wondering if there is a way to set GPU frequency using workload automation.
Setting the GPU frequency is not a configuration parameter that WA currently specifically exposes, however as part of an agenda you can use sysfile_values [1] to specify the configuration paths and the desired runtime frequencies. WA will then ensure these values are configured as part of the device configuration stage.
Also, is there any way I can change CPU/GPU frequency real-time?
WA configuration is designed to configure the device to a known state before a workload commence. Therefore you could configure multiple workloads with different frequencies, however WA doesn't support adjusting this during a workload itself. To achieve this today this would likely require a customized workload to configure the device at the desired time.
**
Hello, I am currently using pixel6 and pixel8.
I used to set CPU frequency for both devices for my research using .yaml file on workload automation.
I am wondering if there is a way to set GPU frequency using workload automation.
Also, is there any way I can change CPU/GPU frequency real-time?
ex) set GPU frequency to 324000 after 3 seconds.
The text was updated successfully, but these errors were encountered: