···
+
diff --git a/CMakeLists.txt b/CMakeLists.txt
+
index 11317ae20f..7a6b1d5b75 100755
+
add_library(testing_dcgm_cublas_stubs STATIC)
+
-add_executable(BwChecker_11)
+
add_executable(BwChecker_12)
+
-add_executable(dcgmproftester11)
+
add_executable(dcgmproftester12)
+
add_executable(nv-hostengine)
+
add_library(childprocess STATIC)
+
add_library(common_watch_objects STATIC)
+
add_library(dcgm_common STATIC)
+
-add_library(dcgm_cuda_worker11 STATIC)
+
add_library(dcgm_cuda_worker12 STATIC)
+
-add_library(dcgm_cuda_lib11 STATIC)
+
add_library(dcgm_cuda_lib12 STATIC)
+
add_library(dcgm_entity_types STATIC)
+
add_library(dcgm_logging STATIC)
+
add_library(nvvs_without_main_objects OBJECT)
+
add_library(nvvs_main_objects OBJECT)
+
add_library(nvvs_plugins_common_objects OBJECT)
+
-add_library(pluginCudaCommon_11 STATIC)
+
add_library(pluginCudaCommon_12 STATIC)
+
add_library(remoteconn STATIC)
+
add_library(sdk_nvml_essentials_objects STATIC)
+
add_library(dcgmmodulepolicy SHARED)
+
add_library(dcgmmodulesysmon SHARED)
+
-add_library(ContextCreate_11 SHARED)
+
add_library(ContextCreate_12 SHARED)
+
-add_library(Diagnostic_11 SHARED)
+
add_library(Diagnostic_12 SHARED)
+
-add_library(Memory_11 SHARED)
+
add_library(Memory_12 SHARED)
+
-add_library(Memtest_11 SHARED)
+
add_library(Memtest_12 SHARED)
+
add_library(NVBandwidth_12 SHARED)
+
-add_library(Pcie_11 SHARED)
+
add_library(Pcie_12 SHARED)
+
-add_library(TargetedPower_11 SHARED)
+
add_library(TargetedPower_12 SHARED)
+
-add_library(TargetedStress_11 SHARED)
+
add_library(TargetedStress_12 SHARED)
+
add_library(dcgm SHARED)
+
-add_library(dcgm_cublas_proxy11 SHARED)
+
add_library(dcgm_cublas_proxy12 SHARED)
+
add_library(pluginCommon SHARED)
+
add_library(DCGM::dcgm ALIAS dcgm)
+
RUNTIME_OUTPUT_DIRECTORY nvvs)
+
INSTALL_RPATH "${DCGM_RPATH}:$ORIGIN/../../../${DCGM_TESTS_ARCH}")
+
set_target_properties(dcgmi PROPERTIES RUNTIME_OUTPUT_DIRECTORY dcgmi)
+
nvvs_without_main_objects
+
nvvs_plugins_common_objects
+
C_VISIBILITY_PRESET default
+
- DESTINATION "${CMAKE_INSTALL_LIBDIR}"
+
- DESTINATION "${CMAKE_INSTALL_BINDIR}"
+
DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME}/plugins/cudaless"
+
DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME}/plugins/cudaless"
+
- DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME}/plugins/cuda11"
+
- OWNER_READ OWNER_WRITE OWNER_EXECUTE
+
- GROUP_READ GROUP_EXECUTE
+
- WORLD_READ WORLD_EXECUTE
+
- DESTINATION "${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME}/plugins/cuda11"
+
- DESTINATION "${CMAKE_INSTALL_DATADIR}/dcgm_tests/apps/nvvs/plugins/cuda11"
+
- OWNER_READ OWNER_WRITE OWNER_EXECUTE
+
- GROUP_READ GROUP_EXECUTE
+
- WORLD_READ WORLD_EXECUTE
+
- DESTINATION "${CMAKE_INSTALL_DATADIR}/dcgm_tests/apps/nvvs/plugins/cuda11"
+
diff --git a/cmake/FindCuda.cmake b/cmake/FindCuda.cmake
+
index 3c1769597a..cf3e54d332 100644
+
--- a/cmake/FindCuda.cmake
+
+++ b/cmake/FindCuda.cmake
+
-if (NOT DEFINED CUDA11_INCLUDE_DIR)
+
if (NOT DEFINED CUDA12_INCLUDE_DIR)
+
diff --git a/common/CudaLib/CMakeLists.txt b/common/CudaLib/CMakeLists.txt
+
index 0b2b0e0217..ea6fd17d8d 100644
+
--- a/common/CudaLib/CMakeLists.txt
+
+++ b/common/CudaLib/CMakeLists.txt
+
-define_dcgm_cuda_lib(11)
+
define_dcgm_cuda_lib(12)
+
target_include_directories(cuda_lib_base_interface INTERFACE
+
diff --git a/common/CudaWorker/CMakeLists.txt b/common/CudaWorker/CMakeLists.txt
+
index 958ace542f..f2c6ae748e 100644
+
--- a/common/CudaWorker/CMakeLists.txt
+
+++ b/common/CudaWorker/CMakeLists.txt
+
-define_dcgm_cuda_worker(11)
+
define_dcgm_cuda_worker(12)
+
diff --git a/cublas_proxy/CMakeLists.txt b/cublas_proxy/CMakeLists.txt
+
index 90dff9e0d2..fe6dd40861 100755
+
--- a/cublas_proxy/CMakeLists.txt
+
+++ b/cublas_proxy/CMakeLists.txt
+
-add_subdirectory(Cuda11)
+
add_subdirectory(Cuda12)
+
diff --git a/dcgmproftester/CMakeLists.txt b/dcgmproftester/CMakeLists.txt
+
index 9d18940bf1..97aa78321f 100755
+
--- a/dcgmproftester/CMakeLists.txt
+
+++ b/dcgmproftester/CMakeLists.txt
+
-define_dcgmproftester(11)
+
define_dcgmproftester(12)
+
diff --git a/nvvs/plugin_src/CMakeLists.txt b/nvvs/plugin_src/CMakeLists.txt
+
index 21d0131c4a..5a3d371c29 100644
+
--- a/nvvs/plugin_src/CMakeLists.txt
+
+++ b/nvvs/plugin_src/CMakeLists.txt
+
target_link_libraries(nvvs_plugins INTERFACE "${PLUGIN_NAME}_${CUDA_VER}")
+
-set(SUPPORTED_CUDA_VERSIONS 11 12)
+
+set(SUPPORTED_CUDA_VERSIONS 12)
+
add_subdirectory(common)
+
add_subdirectory(contextcreate)