VecMem Beta 0.26.0
Pre-release
Pre-release
Release including the following update(s) since v0.25.0:
- Introduced
vecmem::sycl::local_accessorto 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
0sized allocation requests in the same way, by returning anullptr(and not raising any errors); - Updated
vecmem::data::jagged_vector_buffernot to request0sized allocations under any circumstance; - Improved the Doxygen documentation very slightly.