Replies: 1 comment 2 replies
-
|
Changing configuration during simulation is not a major consideration of the design. Things can get really complex if hardware configuration is changed. Can you be a bit more specific on the trigger of the change and what configuration do you want to modify? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to modify some GPU configuration during program running, but I find that the initialization of platform is before benchmark is added, and the components exposed by GPU in runner are abstracted as traceablecomponent. So if I want to dynamically configure resources on the fly, where should I start? Or does it really have to make a request from the driver then received by the relevant part?
Beta Was this translation helpful? Give feedback.
All reactions