-
Notifications
You must be signed in to change notification settings - Fork 120
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
Issues with some workloads #1215
Comments
Also would you be able to point me to the documentation this causing this confusion and I can see if this can be clarified? [1] https://github.com/ARM-software/devlib/blob/be988bb42b766574bb9bd9191fa3532a65091716/devlib/target.py#LL1499C1-L1499C1 |
I have made a folder called configs (containing the geekbench6.yaml created config file) inside the workload-automation directory. Not sure if that's the issue and the config file should be somewhere else.
I copied the simple example that's here in page 33 (Section 2.1. User Information - Create an Agenda). |
That shouldn't impact the configs, however you may run into issues with conflicts between the [3] https://workload-automation.readthedocs.io/en/latest/developer_information.html?highlight=custom%20target#adding-a-custom-target |
|
If you save this in your Modifying the example above this would look something like
So you would either use The former command is a short cut which internally generates an agenda using default values and that is why you're receiving this error as the two agendas cannot be merged together. [5] https://github.com/ARM-software/devlib/blob/master/devlib/target.py#L1512 |
Thanks for the help Marc. It now runs fine. I have one final question. For Geekbench, I'd like to run the Compute benchmarks besides CPU. Correct me if I'm wrong, but in order to do that I have to modify the *1: Location is Is that the way to go? I'd like to do that with other benchmarks as well (e.g., gfxbench). Any pointers/things to look for in the process? |
Ok great and yes you are correct the workload would need to be modified to support the additional test cases. Likely both on the java side to trigger the tests and the python side to allow the desired test case to be selected. |
**
I have some issues with using WA with a Qualcomm development board.
ERROR Error in "configs/test.yaml":
ERROR "config" entry specified inside config/global section; If this is defined in a config file, move the entry content into the top level
Thank you.
The text was updated successfully, but these errors were encountered: