Skip to content

VecMem 1.8.0

Choose a tag to compare

@krasznaa krasznaa released this 21 Sep 07:05
c597635

Release including the following update(s) since v1.7.0:

  • Re-wrote the vecmem::device_atomic_ref class, 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::core and vecmem::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