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-latest
runners; - Updated
vecmem::atomic
to usesycl::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;
- This is necessary as
- Introduced
vecmem::device_atomic_ref
as a slightly updated version ofvecmem::atomic
, which all clients should migrate to;- Updated
vecmem::device_vector
to use this new type itself.
- Updated