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
{{ message }}
This repository was archived by the owner on Jul 2, 2021. It is now read-only.
Right now, the gem5Run objects are often differentiated based on the parameters passed to the run script (i.e. run.params). It would be good to give each of the parameters a name.
For instances run.param_names = ['cpus', 'workload', 'input size']
Right now, the gem5Run objects are often differentiated based on the parameters passed to the run script (i.e.
run.params). It would be good to give each of the parameters a name.For instances
run.param_names = ['cpus', 'workload', 'input size']