alpaka icon indicating copy to clipboard operation
alpaka copied to clipboard

GitLab CI: GCC CPU and Sycl CPU do not run ctest

Open SimeonEhrig opened this issue 1 year ago • 3 comments

At the moment, the CI does not run ctest on the CPU runner if CPU backends is used on GitLab CI. This is a left over from the beginning of using GitLab CI with the GPU tests. This needs to be fixed.

SimeonEhrig avatar Sep 05 '23 08:09 SimeonEhrig

For SYCL this is intended since there are known failures.

j-stephan avatar Sep 05 '23 09:09 j-stephan

Last week we discussed the possibility of marking the known failures as such, but still running at least the other ones.

fwyzard avatar Sep 05 '23 09:09 fwyzard

I start to implement the mechanism to run GCC CPU tests. Adding sycl afterwards should be easy and fast.

SimeonEhrig avatar Sep 05 '23 09:09 SimeonEhrig