VecMem Beta 0.15.0
Pre-release
Pre-release
Release including the following update(s) since v0.14.0:
- Introduced GPU CI tests on a private runner, which would run under some very specific circumstances;
- Added a virtual destructor to
vecmem::copy
to make it possible to manage "copy objects" in memory through their base pointer; - Updated
vecmem::copy
to coalesce jagged vectors in host memory before doing H->D or D->H copies, minimising the number of H->D and D->H copies on the expense of extra H->H copies (and an additional host memory allocation).