mirror of
https://github.com/amd/blis.git
synced 2026-05-13 18:52:14 +00:00
- Previously, this flag was set as a default at the high-level CMakeLists.txt which means that this flag is used to build everything,all files and all subdirectories, including ref_kernels and testsuite. Also, all files as target sources for this project and compiled with the same flags. - Now, we create object files using the source in kernels/ directory and add to the object files the AVX2 flag explicitly. So, now only those files will have this flag and it should not be used to compile ref_kernels, etc. - This is a quick solution to enable runs on non-AVX2 machines. AMD-Internal: [CPUPL-3241] Change-Id: Id569b26ffeea40eaa36ab4465b0c52b6446d7650