Skip to content

VecMem Beta 0.27.0

Pre-release
Pre-release

Choose a tag to compare

@krasznaa krasznaa released this 25 Sep 19:22
e91f798

Release including the following update(s) since v0.26.0:

  • Updated to GoogleTest v1.14.0, to avoid a warning with CMake >=3.27;
  • Multiple updates for better Windows support:
    • Disabled warnings about using STL types in the public interface of vecmem::sycl::async_copy;
    • Made SYCL DLL building work correctly with CMake >=3.27;
  • Introduced protections against using bool containers.