Skip to content

VecMem Beta 0.15.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krasznaa krasznaa released this 03 Jun 13:16
· 255 commits to main since this release
b88f2a9

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).