Closed bmario closed 5 years ago
The code-generator creates a binary that is not microarchitecture-specific. The decision, which function will be executed is made at runtime. Therefore, this is expected behavior. However, the README might list the prerequsites (Python version, C compiler that supports AVX-512, ...).
While this processor is a SkyLake, it only supports the following vector extensions
But the code_generator uses the AVX512_functions.c file.