Won Jong Jeon
Won Jong Jeon
When I do 'make', the following error occurred: ``` asus-pce-n53-linux/include/os/rt_linux.h:286:9: error: unknown type name ‘mm_segment_t’ 286 | mm_segment_t fs; | ^~~~~~~~~~~~ ```
### 1. System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 22.04.3 LTS - TensorFlow installation (pip package or built from source): build from source -...
Hello. I have the following example to test casting of float number to fp8_e4m3 number: ``` >>> from bitstring import Bits >>> f32 = 232.03683398099045 >>> f8 = Bits(e4m3mxfp=f32).e4m3mxfp >>>...