Releases: acts-project/vecmem
Releases · acts-project/vecmem
VecMem Beta 0.3.0
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
andSYCLCXX
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
andvecmem/memory/polymorphic_allocator.hpp
choose the source of the classes that they use, during the CMake configuration step.
VecMem Beta 0.2.0
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
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.