Skip to content

VecMem Beta 0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krasznaa krasznaa released this 08 Mar 08:44
· 284 commits to main since this release
9ca8f5b

Release including the following update(s) since v0.11.0:

  • Explicitly switched the CI to using Visual Studio 2022 on the windows-latest runners;
  • Updated vecmem::atomic to use sycl::atomic_ref with a SYCL compiler, if that type is available;
    • This is necessary as sycl::atomic became deprecated in the latest Intel compiler nightlies;
  • Introduced vecmem::device_atomic_ref as a slightly updated version of vecmem::atomic, which all clients should migrate to;
    • Updated vecmem::device_vector to use this new type itself.