mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 03:46:06 +00:00
fixes for mypy
This commit is contained in:
parent
ec7a7791aa
commit
ea7ad92a86
@ -54,7 +54,7 @@ if __name__ == '__main__':
|
||||
proc.wait()
|
||||
|
||||
thunk_re = re.compile("hlo_op=(.*)#")
|
||||
cost_dictionary = dict()
|
||||
cost_dictionary: dict[str, list] = dict()
|
||||
with open(f"{args.pgle_output_path}", 'w', newline='') as protofile:
|
||||
with open(f"{pgle_folder}{pgle_filename}.pbtxt_{report_name}.csv", newline='') as csvfile:
|
||||
reader = csv.DictReader(csvfile)
|
||||
|
Loading…
x
Reference in New Issue
Block a user