Steven Behnke
Steven Behnke
On my M1 MacBook Pro 13" I have the following: ``` hw.optional.floatingpoint: 1 hw.optional.watchpoint: 4 hw.optional.breakpoint: 6 hw.optional.neon: 1 hw.optional.neon_hpfp: 1 hw.optional.neon_fp16: 1 hw.optional.armv8_1_atomics: 1 hw.optional.armv8_crc32: 1 hw.optional.armv8_2_fhm: 1 hw.optional.armv8_2_sha512:...
I figured out why it wasn't detecting as `aarch64` and it appears to be matching a bit better now. ``` ❯ ./list_cpu_features arch : aarch64 implementer : 16777228 (0x100000C) variant...
> There are also tables here https://github.com/pytorch/cpuinfo/blob/master/src/arm/mach/init.c I can certainly add a table entry for the M1 CPU, but do I just take the values from the docker instance of...