Skip to content

Commit

Permalink
Merge pull request #99 from jakevdp:typo
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 566701020
  • Loading branch information
The ml_dtypes Authors committed Sep 19, 2023
2 parents 66ca5ae + f8ff66a commit 4a1b687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml_dtypes/_src/dtypes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ bool Initialize() {
return false;
}

// Casts between bfloat16 and float8_e4m3b11nuz. Only perform the cast if
// float8_e4m3b11nuz hasn't been previously registered, presumably by a
// Casts between bfloat16 and float8_e4m3b11fnuz. Only perform the cast if
// float8_e4m3b11fnuz hasn't been previously registered, presumably by a
// different library. In this case, we assume the cast has also already been
// registered, and registering it again can cause segfaults due to accessing
// an uninitialized type descriptor in this library.
Expand Down

0 comments on commit 4a1b687

Please sign in to comment.