added fails info

This commit is contained in:
evghenii
2013-09-19 16:34:06 +03:00
parent d68dbbc7bc
commit 0ed89e93fa

View File

@@ -1,8 +1,17 @@
#define __ZMM64BIT__ #define __ZMM64BIT__
#include "knc-i1x8.h" #include "knc-i1x8.h"
/* the following tests fails because vec8_i32 and vec8_float are 512 and not 256 bit in size. /* the following tests fails because on KNC native vec8_i32 and vec8_float are 512 and not 256 bit in size.
* not sure how it is possible to fix this, any suggestions? *
* Using test compiler: Intel(r) SPMD Program Compiler (ispc), 1.4.5dev (build commit d68dbbc7bce74803 @ 20130919, LLVM 3.3)
* Using C/C++ compiler: icpc (ICC) 14.0.0 20130728
*
*/
/* knc-i1x8unsafe_fast.h fails:
* ----------------------------
1 / 1206 tests FAILED compilation:
./tests/ptr-assign-lhs-math-1.ispc
33 / 1206 tests FAILED execution: 33 / 1206 tests FAILED execution:
./tests/array-gather-simple.ispc ./tests/array-gather-simple.ispc
./tests/array-gather-vary.ispc ./tests/array-gather-vary.ispc
@@ -39,23 +48,31 @@
./tests/vector-varying-scatter.ispc ./tests/vector-varying-scatter.ispc
*/ */
/* knc-i1x8.h has the following fails: /* knc-i1x8.h fails:
* ----------------------------
1 / 1206 tests FAILED compilation:
./tests/ptr-assign-lhs-math-1.ispc
3 / 1206 tests FAILED execution: 3 / 1206 tests FAILED execution:
./tests/half-1.ispc ./tests/half-1.ispc
./tests/half-3.ispc ./tests/half-3.ispc
./tests/half.ispc ./tests/half.ispc
*/ */
/* knc-i1x16.h has the following fails: /* knc-i1x8.h fails:
5 / 1206 tests FAILED execution: * ----------------------------
./tests/assert-3.ispc 1 / 1206 tests FAILED compilation:
./tests/ptr-assign-lhs-math-1.ispc
4 / 1206 tests FAILED execution:
./tests/half-1.ispc ./tests/half-1.ispc
./tests/half-3.ispc ./tests/half-3.ispc
./tests/half.ispc ./tests/half.ispc
./tests/test-141.ispc ./tests/test-141.ispc
*/ */
/* generics-16, from which these knc-i1x*.h are derived, has the following fails: /* generic-16.h fails: (from these knc-i1x8.h & knc-i1x16.h are derived
* ----------------------------
1 / 1206 tests FAILED compilation:
./tests/ptr-assign-lhs-math-1.ispc
6 / 1206 tests FAILED execution: 6 / 1206 tests FAILED execution:
./tests/func-overload-max.ispc ./tests/func-overload-max.ispc
./tests/half-1.ispc ./tests/half-1.ispc