forked from ispc/ispc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fail_db.txt
64 lines (64 loc) · 5.97 KB
/
fail_db.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% The list is unordered and contains information about commonly used platforms / configurations.
% Our goal is to maintain this list for Linux, macOS and Windows with reasonably new compilers.
% Note, that it's important which C++ compiler was used.
% Please also note that it's very important to have correctly built LLVM. There are a number of
% LLVM bugs in released versions, that we have to workaround by applying patches (see llvm_patches
% folder). The recommended way to build LLVM on Unix is to use "alloy.py".
%
List of known fails.
./tests/funcptr-varying-3.ispc runfail xe64 gen9-x8 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/recursion-forward-func-decl.ispc runfail xe64 gen9-x8 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/recursion.ispc runfail xe64 gen9-x8 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x8 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/funcptr-varying-3.ispc runfail xe64 gen9-x16 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/recursion-forward-func-decl.ispc runfail xe64 gen9-x16 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/recursion.ispc runfail xe64 gen9-x16 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x16 unspec Linux LLVM 12.0 clang++12.0 O0 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x8 unspec Linux LLVM 13.0 clang++13.0 O0 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x16 unspec Linux LLVM 13.0 clang++13.0 O0 spv *
./tests/int8-wrap.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/padds-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/padds-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/paddus-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/paddus-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmuls-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmuls-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmulus-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmulus-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/psubs-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/psubs-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/int8-wrap.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/padds-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/padds-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/paddus-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/paddus-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmuls-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmuls-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmulus-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/pmulus-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/psubs-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/psubs-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 13.0 clang++13.0 O2 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x8 unspec Linux LLVM 14.0 clang++14.0 O0 spv *
./tests/short-vec-6.ispc runfail xe64 gen9-x16 unspec Linux LLVM 14.0 clang++14.0 O0 spv *
./tests/int8-wrap.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/padds-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/padds-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/paddus-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/paddus-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmuls-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmuls-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmulus-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmulus-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/psubs-i64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/psubs-vi64.ispc runfail xe64 xehpc-x16 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/int8-wrap.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/padds-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/padds-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/paddus-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/paddus-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmuls-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmuls-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmulus-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/pmulus-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/psubs-i64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *
./tests/psubs-vi64.ispc runfail xe64 xehpc-x32 pvc Linux LLVM 14.0 clang++14.0 O2 spv *