zisheng

@zisheng

Joined on Oct 5, 2023

  • contributed by ??? Quiz 1 Problem B Through learning about single-precision and implementing quiz 1 b through programming, practice converting fp32 to bf16, and, extending this, use bit-shifting to round floating-point numbers and convert them to integers Structure Comparison: fp32 (IEEE 754) Sign bit: 1 bit Exponent: 8 bits Mantissa: 23 bits
     Like  Bookmark