-
Notifications
You must be signed in to change notification settings - Fork 416
Open
Description
Just stumbled upon this incorrect definition for bf16.
Shouldn't KIND be Kind::BFloat16 here?
Lines 158 to 161 in ca61fe0
| unsafe impl Element for half::bf16 { | |
| const KIND: Kind = Kind::Half; | |
| const ZERO: Self = half::bf16::ZERO; | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels