Open jjwilke opened 4 years ago
There are two JIT tests in the branch - jit_pass and jit_fail. Just getting the LLVM ERROR: Clang JIT failed! on the failure. The View constructor seems to be the culprit?
jit_pass
jit_fail
LLVM ERROR: Clang JIT failed!
git clone https://github.com/jjwilke/kokkos.git -b clang-jit mkdir build cd build cmake .. \ -DCMAKE_CXX_COMPILER=<PATH_TO_CLANG> \ -DKokkos_ENABLE_SERIAL=ON \ -DKokkos_ENABLE_JIT=ON
The tests are in core/jit_test
core/jit_test
There are two JIT tests in the branch -
jit_pass
andjit_fail
. Just getting theLLVM ERROR: Clang JIT failed!
on the failure. The View constructor seems to be the culprit?The tests are in
core/jit_test