mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Merge pull request #23369 from sergachev:cleanup_nsys_converter
PiperOrigin-RevId: 671801177
This commit is contained in:
commit
878b6b5743
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user