acts-project / vecmem

Vectorised data model base and helper classes.
https://acts-project.github.io/vecmem/
Mozilla Public License 2.0
19 stars 13 forks source link

ROCm/HIP 6 Support, main branch (2024.02.20.) #267

Closed krasznaa closed 9 months ago

krasznaa commented 9 months ago

Introduced support for ROCm/HIP 6.X.Y.

In the new version __HIP_PLATFORM_HCC__ and __HIP_PLATFORM_NVCC__ were finally replaced by __HIP_PLATFORM_AMD__ and __HIP_PLATFORM_NVIDIA__ respectively. So now the project's CMake code just defines both of them all the time. :thinking:

Pinging @StewMH for info.