Closed SimeonEhrig closed 7 years ago
I will check it on Monday.
Could you please test if the update to the latest stable alpaka version solves the issue. I added a pull request #63 and will merge it to the dev as soon as the CI is finished.
Please run git submodule update
after the rebase.
Yes, it works with the example and in my project.
issue is solved with #63
I tried to build the matmul example with the instruction in INSTALL.md (and an own project with a simple hello world main.cpp) and got follow error:
I used
export CUPLA_ROOT=$HOME/libraries/cupla
andcmake $CUPLA_ROOT/example/CUDASamples/matrixMul -DALPAKA_ACC_GPU_CUDA_ENABLE=ON && make -j4
.If I used
-DALPAKA_ACC_CPU_B_SEQ_T_OMP2_ENABLE=ON
instead-DALPAKA_ACC_GPU_CUDA_ENABLE=ON
, the build was fine.System: Ubuntu 16.04, gcc 5.4, Cuda 8