Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsimard committed Apr 5, 2023
1 parent defa717 commit 8dd6554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions burn-core/src/record/primitive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ primitive!(bool);
primitive!(f64);
primitive!(f32);

// TODO: Remove the feature flag when half supports serde with no_std
#[cfg(feature = "std")]
primitive!(half::bf16);
#[cfg(feature = "std")]
Expand Down

0 comments on commit 8dd6554

Please sign in to comment.