Closed krasznaa closed 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:
__HIP_PLATFORM_HCC__
__HIP_PLATFORM_NVCC__
__HIP_PLATFORM_AMD__
__HIP_PLATFORM_NVIDIA__
Pinging @StewMH for info.
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.