NVHPC: Add support for NVIDIA HPC SDK compilers based on PGI

Identify the compilers as `NVHPC` to distinguish it from the older PGI
compilers from which they evolved, and from other `NVIDIA` compilers.

Fixes: #20887
This commit is contained in:
Tin Huynh
2020-08-25 19:54:13 -07:00
committed by Brad King
parent 9b96fbc358
commit 83ea49818f
13 changed files with 77 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
nvhpc-compiler
--------------
* The NVIDIA HPC SDK compilers are now supported with compiler id ``NVHPC``.
+1
View File
@@ -26,6 +26,7 @@ include:
IAR = IAR Systems (iar.com)
Intel = Intel Compiler (intel.com)
MSVC = Microsoft Visual Studio (microsoft.com)
NVHPC = NVIDIA HPC SDK Compiler (nvidia.com)
NVIDIA = NVIDIA CUDA Compiler (nvidia.com)
OpenWatcom = Open Watcom (openwatcom.org)
PGI = The Portland Group (pgroup.com)