Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setting GPU frequency #1264

Open
fastpooh opened this issue Jun 13, 2024 · 1 comment
Open

Setting GPU frequency #1264

fastpooh opened this issue Jun 13, 2024 · 1 comment
Labels

Comments

@fastpooh
Copy link

**
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.

@marcbonnici
Copy link
Contributor

Hello,

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.

[1] https://workload-automation.readthedocs.io/en/latest/user_information.html#configuring-workloads

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants