VecMem 1.8.0
Release including the following update(s) since v1.7.0:
- Re-wrote the
vecmem::device_atomic_refclass, splitting it into multiple separate classes;- This would help with using atomic references with "complicated" compiler combinations;
- Re-wrote how public, compiler dependent flags would be set up on
vecmem::coreandvecmem::sycl. These are now set according to the client's compiler, and are not frozen when compiling this project itself. - Introduced
vecmem::copy::get_size(...)for SoA containers.
Full Changelog: v1.7.0...v1.8.0