Skip to content

Commit

Permalink
Update bfloat16 type
Browse files Browse the repository at this point in the history
  • Loading branch information
lcskrishna authored Apr 10, 2024
1 parent e632f8d commit 47dcb8e
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 47dcb8e

Please sign in to comment.