Merge pull request #23369 from sergachev:cleanup_nsys_converter

PiperOrigin-RevId: 671801177
This commit is contained in:
jax authors 2024-09-06 09:54:59 -07:00
commit 878b6b5743

View File

@ -28,8 +28,7 @@ if __name__ == '__main__':
parser = argparse.ArgumentParser(description='Tool to convert NVIDIA Nsys Profiles to the .pbtxt format')
parser.add_argument("--profile_path", type=str, help="path to nsys profile")
parser.add_argument("--post_process", help="post process pbtxt to get minimum cost value for each instruction", action="store_true")
parser.add_argument("--pgle_output_path", type=str, help="output directory", default="/opt/paxml/workspace/lhs_pbtxt/temp.pbtxt")
parser.add_argument("--pgle_output_path", type=str, help="output file", default="/opt/paxml/workspace/lhs_pbtxt/temp.pbtxt")
args = parser.parse_args()