Skip to content

VecMem 1.4.0

Compare
Choose a tag to compare
@krasznaa krasznaa released this 04 Mar 10:01
· 64 commits to main since this release
12c6a59

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

  • Fixed the copy of 1D and jagged vectors, between buffers/views of different sizes. Getting rid of a false error, and making the code sensitive to errors that it didn't recognize before;
  • Introduced support for HIP 6.X.Y;
  • Disabled some of the on-device tests with the SoA code for devices not supporting FP64 operations;
  • Made IDEs (mainly Visual Studio and Xcode) present the targets of the project in a folder structure;
  • Re-wrote most of the testing code for vecmem::copy, making the tests a lot more thorough in the process;
  • Fixed multiple errors in vecmem::copy with asynchronous operations, which surfaced thanks to the more thorough testing.