acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

Add support for C++20 and C++23 CI jobs #278

Closed stephenswat closed 3 months ago

stephenswat commented 3 months ago

This commit adds support for C++20 jobs. It also renames some of the existing CI jobs so that the outputs are easier to parse for humans.

stephenswat commented 3 months ago

I've commented out the MSVC compilation since the runners seem to be broken at this time.

stephenswat commented 3 months ago

~@krasznaa perhaps you know this, but how did the SYCL NVIDIA and AMD tests ever run without NVIDIA or AMD devices? Was it being run on the CPU? :confused:~

Nevemind, it's the configuration of SYCLFLAGS in the machines.

stephenswat commented 3 months ago

This also grew in scope a bit, now including CI concurrency groups and enabling debug jobs on the CUDA and HIP OneAPI containers.