-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add option to adjust platforms from command line
The set of platforms in an analysis can now be specified using: --platform <platform> When combined with a configuration file, this new option can be used to limit analysis to a subset of platforms, as below: -c config.yaml --platform CPU When the platform specification is a .json file, it is interpreted as a definition of a new platform: --platform /path/to/cpu.json --platform /path/to/gpu.json Both options are intended to improve user productivity, by minimizing the amount of time spent editing configuration files when making minor adjustments to an existing analysis. Signed-off-by: John Pennycook <[email protected]>
- Loading branch information
Showing
3 changed files
with
113 additions
and
21 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