blob: 1d9814e7ab5d6ca6d29211f2268131073940b868 (
plain)
1
2
3
4
5
6
7
8
9
|
hip-nvidia
----------
* ``HIP`` language code may now be compiled for NVIDIA GPUs
using the NVIDIA CUDA Compiler (NVCC).
* The :variable:`CMAKE_HIP_PLATFORM` variable was added to specify
the GPU platform for which HIP language sources are to be compiled
(``amd`` or ``nvidia``).
|