[Openmp-commits] [llvm] [openmp] [offload][OpenMP] Require CUDA 11.8 (PR #191100)

Ivan R. Ivanov via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 15 07:49:14 PDT 2026


================
@@ -4,6 +4,9 @@
 cmake_minimum_required(VERSION 3.20.0)
 set(LLVM_SUBPROJECT_TITLE "liboffload")
 
+# The minimum versions required for dependencies.
+set(OFFLOAD_MINIMUM_CUDA_VERSION 11.8.0)
----------------
ivanradanov wrote:

Can the 11080 used in `rtl.cpp` also be defined here and passed in using macro, to make sure that all the definitions are in the same place to not miss some when we change the version in the future?

https://github.com/llvm/llvm-project/pull/191100


More information about the Openmp-commits mailing list