27 lines
2.5 KiB
Plaintext
27 lines
2.5 KiB
Plaintext
% 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/transcendentals-sincos-varying-float16.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/transcendentals-sincos-varying-float16.ispc runfail xe64 gen9-x16 unspec Linux LLVM 13.0 clang++13.0 O0 spv *
|
|
./tests/varying-float16-rsqrt.ispc runfail xe64 gen9-x16 unspec Linux LLVM 13.0 clang++13.0 O0 spv *
|
|
./tests/varying-float16-rsqrt.ispc runfail xe64 gen9-x16 unspec Linux LLVM 13.0 clang++13.0 O2 spv *
|
|
./tests/varying-float16-rsqrt.ispc runfail xe64 xelp-x16 tgllp Linux LLVM 13.0 clang++13.0 O2 spv *
|
|
.\tests\varying-float16-rsqrt.ispc runfail xe64 gen9-x16 unspec Windows LLVM 13.0 cl O2 spv *
|
|
.\tests\varying-float16-rsqrt.ispc runfail xe64 xelp-x16 tgllp Windows LLVM 13.0 cl O2 spv *
|
|
.\tests\varying-float16-rsqrt.ispc runfail xe64 gen9-x16 unspec Windows LLVM 13.0 cl O2 ze *
|