-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tuner] Allow tuning of pipeline options (#791)
This PR adds some command line arguments to tune pipeline options. The new flags are `--prefetch-shared-memory-options`, `--no-reduce-shared-memory-bank-conflicts-options`, and `--waves-per-eu-options`. The flags take a comma separated list of values (bool or int), representing the possible values that the corresponding pipeline options can take in tuning. This PR also adds `promote_operands = [0, 1]` to the TileAndFuse tuning configurations. This could potentially be a tuned parameter in the future, but for now it is typically good to promote the lhs and rhs operands. Signed-off-by: Max Dawkins <[email protected]>
- Loading branch information
Showing
5 changed files
with
153 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.