FindOpenMP: Add support for CUDA when supported by the toolchain

NVCC supports OpenMP on the host when the host compiler does.
This commit is contained in:
Brad King
2024-09-27 16:38:44 -04:00
parent f8ed4d7c21
commit 8f4cea94da
5 changed files with 56 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
FindOpenMP-CUDA
---------------
* The :module:`FindOpenMP` module gained support for ``CUDA`` when using
a CUDA compiler that supports OpenMP on the host.