Skip to content

Releases: acts-project/vecmem

VecMem Beta 0.3.0

08 Sep 13:01
1b093d2
Compare
Choose a tag to compare
VecMem Beta 0.3.0 Pre-release
Pre-release

Release including a few quality of live improvements after v0.2.0.

  • Made the usage of HIP and SYCL a bit more robust, both of them using the HIPCXX and SYCLCXX environment variables, respectively;
  • Updated the code formatting slightly in some places;
  • Introduced additional compilation warnings for the build;
  • Improved the performance of jagged vector buffers a bit;
  • Made vecmem/memory/memory_resource.hpp and vecmem/memory/polymorphic_allocator.hpp choose the source of the classes that they use, during the CMake configuration step.

VecMem Beta 0.2.0

08 Jul 14:02
b3164d1
Compare
Choose a tag to compare
VecMem Beta 0.2.0 Pre-release
Pre-release

Release containing a lot of improvements since v0.1.0. Now providing enough of a core functionality for acts-project/traccc's first use cases.

VecMem Alpha 0.1.0

19 Mar 10:45
01dfe98
Compare
Choose a tag to compare
VecMem Alpha 0.1.0 Pre-release
Pre-release

This is the first numbered release of the project. Creating a snapshot of the code before some upcoming re-organisations/updates.

The code can already do a lot of clever things in this version, but this is absolutely considered a very early version of the code.