This patch separates current avx512 tests to avx512f, avx512bw and other instruction set directories.
This allows to specify tests sets on specific avx512 hardware, for example, knl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rOLDT svn-test-suite
Event Timeline
Comment Actions
Thanks - this approach makes more sense to me. @craig.topper @MatzeB Any other comments?
Comment Actions
I found few issues and added changes to patch:
- added knl to CMakeLists.txt(SingleSource/UnitTests/Vector/CMakeLists.txt) to test correctness of CMakeLists and Makefile.
- changed march values in Makefile(SingleSource/UnitTests/Vector/AVX512F/Makefile) to use "native" and "-mavx512f" in case of cross compilation.
- changed march values in CMakeLists to use X86CPU_ARCH