ulysseB / telamon

A framework to find good combinations of optimizations for computational kernels on GPUs.
https://ulysseb.github.io/telamon/telamon
Apache License 2.0
23 stars 6 forks source link

[tlcli] Allow rebuilding many candidates at once #279

Closed Elarnon closed 5 years ago

Elarnon commented 5 years ago

This changes the rebuild command of the CLI to allow rebuilding many candidates at once, by passing a list of IDs instead of a single ID.

In addition, the rebuild command now saves best_X directories with the replay file in actions.json, similar to the format used during the search, instead of printing to stdout. This makes it easier to use in conjunction with the rest of the CLI toolkit.