- [KNC:] shadow test fails caused by vec16_i64 perverted memory layout

This commit is contained in:
Anton Mitrokhin
2015-10-14 10:48:14 +03:00
parent 88461fb527
commit 44f06304d2

View File

@@ -165,6 +165,19 @@
./tests/short-vec-8.ispc compfail x86-64 generic-4 Linux LLVM 3.7 clang++3.4 -O2 *
./tests/short-vec-8.ispc compfail x86-64 generic-4 Linux LLVM 3.7 clang++3.4 -O0 *
% [KNC-generic]: vec16-i64 memory layout bugs. Need to rewrite knc.h to fix that
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.4 icpc13.1 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.5 icpc13.1 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.6 icpc13.1 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.7 icpc13.1 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.8 icpc13.1 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.4 icpc16.0 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.5 icpc16.0 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.6 icpc16.0 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.7 icpc16.0 -O0 *
./tests/soa-18.ispc runfail x86-64 knc-generic Linux LLVM 3.8 icpc16.0 -O0 *
% End of KNC-generic vec16-i64 memory layout bugs
% [AVX-512]: These are yet untracked
./tests/reduce-max-int64.ispc compfail x86 avx512knl-i32x16 Linux LLVM 3.7 icpc15.0 -O0 *
./tests/reduce-max-int64.ispc compfail x86 avx512knl-i32x16 Linux LLVM 3.7 icpc15.0 -O2 *