Skip to content

VecMem Beta 0.26.0

Pre-release
Pre-release

Choose a tag to compare

@krasznaa krasznaa released this 21 Jun 12:47
bbb712a

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

  • Introduced vecmem::sycl::local_accessor to make it easier to use local/shared memory in device code with different SYCL versions;
  • Made the code work correctly with the latest version (0.9.4) of OpenSYCL/hipSYCL;
  • Made all memory resources handle 0 sized allocation requests in the same way, by returning a nullptr (and not raising any errors);
  • Updated vecmem::data::jagged_vector_buffer not to request 0 sized allocations under any circumstance;
  • Improved the Doxygen documentation very slightly.