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
Is your feature request related to a problem? Please describe.
Currently, the tuning infrastructure only supports a single benchmark per file. This makes it difficult to organize a search process on disjoint sets of workloads produced by Cartesian product of runtime axes.
Describe the solution you'd like
The content you are editing has changed. Please copy your edits and refresh the page.
Is this a duplicate?
Area
CUB
Is your feature request related to a problem? Please describe.
Currently, the tuning infrastructure only supports a single benchmark per file. This makes it difficult to organize a search process on disjoint sets of workloads produced by Cartesian product of runtime axes.
Describe the solution you'd like
Tasks
Describe alternatives you've considered
We could use
skip
feature along with including all possible options in a single Cartesian product, but this creates a lot of noise.Additional context
No response
The text was updated successfully, but these errors were encountered: