added fails

This commit is contained in:
evghenii
2013-09-18 18:41:22 +03:00
parent 922edb1128
commit 4b1a0b4bc4

View File

@@ -1,2 +1,69 @@
#define __ZMM32BIT__
#include "knc-i1x8.h"
/* the following tests fails because vec8_i32 and vec8_float are 512 and not 256 bit in size.
* not sure how it is possible to fix this, any suggestions?
33 / 1206 tests FAILED execution:
./tests/array-gather-simple.ispc
./tests/array-gather-vary.ispc
./tests/array-multidim-gather-scatter.ispc
./tests/array-scatter-vary.ispc
./tests/atomics-5.ispc
./tests/atomics-swap.ispc
./tests/cfor-array-gather-vary.ispc
./tests/cfor-gs-improve-varying-1.ispc
./tests/cfor-struct-gather-2.ispc
./tests/cfor-struct-gather-3.ispc
./tests/cfor-struct-gather.ispc
./tests/gather-struct-vector.ispc
./tests/global-array-4.ispc
./tests/gs-improve-varying-1.ispc
./tests/half-1.ispc
./tests/half-3.ispc
./tests/half.ispc
./tests/launch-3.ispc
./tests/launch-4.ispc
./tests/masked-scatter-vector.ispc
./tests/masked-struct-scatter-varying.ispc
./tests/new-delete-6.ispc
./tests/ptr-24.ispc
./tests/ptr-25.ispc
./tests/short-vec-15.ispc
./tests/struct-gather-2.ispc
./tests/struct-gather-3.ispc
./tests/struct-gather.ispc
./tests/struct-ref-lvalue.ispc
./tests/struct-test-118.ispc
./tests/struct-vary-index-expr.ispc
./tests/typedef-2.ispc
./tests/vector-varying-scatter.ispc
*/
/* knc-i1x8.h has the following fails:
3 / 1206 tests FAILED execution:
./tests/half-1.ispc
./tests/half-3.ispc
./tests/half.ispc
*/
/* knc-i1x16.h has the following fails:
5 / 1206 tests FAILED execution:
./tests/assert-3.ispc
./tests/half-1.ispc
./tests/half-3.ispc
./tests/half.ispc
./tests/test-141.ispc
*/
/* generics-16, from which these knc-i1x*.h are derived, has the following fails:
6 / 1206 tests FAILED execution:
./tests/func-overload-max.ispc
./tests/half-1.ispc
./tests/half-3.ispc
./tests/half.ispc
./tests/test-141.ispc
./tests/test-143.ispc
*/