-
Notifications
You must be signed in to change notification settings - Fork 653
Open
Description
I'm testing FBGEMM on a Macbook M1. The kernels are fine, but the build system and ISA detection fail. Currently
- cpuinfo impl, from our dependencies, is in an early stage on arm64. No SVE detection is performed on macOS, and on Linux, it depends on the kernel.
- What's worse, the env override is missing on arm64
On our side, the ISA selector function and the actual kernels are built with different macro definitions.A few misalignments in the build script also create problems.- The SVE kernel currently produces wrong results
This issue is created to track those problems.
Metadata
Metadata
Assignees
Labels
No labels