Skip to content

Commit

Permalink
update parser
Browse files Browse the repository at this point in the history
  • Loading branch information
lcskrishna committed Feb 1, 2024
1 parent 10cb6b0 commit 6476454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rccl_nccl_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def parse_nccl_log(nccl_lines):

total_bytes = int(count) * data_type_bytes_map[datatype]

test_cmd = "./build/" + coll_op_map[comm] + " -d " + data_types_map[datatype] + \
test_cmd = "./build/" + coll_op_map[comm.replace("mscclFunc", "")] + " -d " + data_types_map[datatype] + \
" -b " + str(total_bytes) + " -e " + str(total_bytes) + \
" -o " + reduction_op_map[op_type] + " -g " + str(nnranks)
#print (test_cmd)
Expand Down

0 comments on commit 6476454

Please sign in to comment.