VecMem Beta 0.12.0
Pre-release
Pre-release
Release including the following update(s) since v0.11.0:
- Explicitly switched the CI to using Visual Studio 2022 on the
windows-latestrunners; - Updated
vecmem::atomicto usesycl::atomic_refwith a SYCL compiler, if that type is available;- This is necessary as
sycl::atomicbecame deprecated in the latest Intel compiler nightlies;
- This is necessary as
- Introduced
vecmem::device_atomic_refas a slightly updated version ofvecmem::atomic, which all clients should migrate to;- Updated
vecmem::device_vectorto use this new type itself.
- Updated