Skip to content

Commit

Permalink
Merge pull request #10 from ROCm/cl/update-dtype
Browse files Browse the repository at this point in the history
Update str to nccl bfloat16 dtype for parsing RCCL/NCCL configurations.
  • Loading branch information
lcskrishna authored Apr 10, 2024
2 parents e632f8d + 47dcb8e commit ceb828b
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 @@ -34,7 +34,7 @@
"6" : "half",
"7" : "float",
"8" : "double",
"9" : "bf16",
"9" : "bfloat16",
#"10" : "ncclNumTypes Equivalent?"
}

Expand Down

0 comments on commit ceb828b

Please sign in to comment.