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