-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding Strictness level to PGLE accuracy checker.
Two flags control the behavior now. * `xla_gpu_pgle_profile_file_or_directory_path` unspecified, `xla_gpu_strict_pgle_accuracy_checker` off: this means that PGLE will not be used. * `xla_gpu_pgle_profile_file_or_directory_path` specified, `xla_gpu_strict_pgle_accuracy_checker` off: this means that PGLE will warn about accuracy checker failures like missing instructions, but will continue with them. * `xla_gpu_pgle_profile_file_or_directory_path` specified, `xla_gpu_strict_pgle_accuracy_checker` on: this means that PGLE will error out if the accuracy checker fails. * `xla_gpu_pgle_profile_file_or_directory_path` unspecified, `xla_gpu_strict_pgle_accuracy_checker` on: this is an invalid flag combination.
- Loading branch information
Showing
5 changed files
with
58 additions
and
28 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
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