aboutsummaryrefslogtreecommitdiff
path: root/gpgpusim_unset_cuda.cmake
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2025-02-10 17:35:31 -0800
committerGitHub <[email protected]>2025-02-10 17:35:31 -0800
commit0e39753a623978eb37bf044b21fde1a5909bff03 (patch)
tree13416ab3a165dde580fe847b06bde7c966482088 /gpgpusim_unset_cuda.cmake
parent6b244a5d3be7811f16c312905c1c7fee137ac7a4 (diff)
parent48af0c94ca6d7b05f800f535b3de4cefafcfa655 (diff)
Merge pull request #313 from accel-sim/dev
Purdue Updates Merging
Diffstat (limited to 'gpgpusim_unset_cuda.cmake')
-rw-r--r--gpgpusim_unset_cuda.cmake60
1 files changed, 60 insertions, 0 deletions
diff --git a/gpgpusim_unset_cuda.cmake b/gpgpusim_unset_cuda.cmake
new file mode 100644
index 0000000..4eaef91
--- /dev/null
+++ b/gpgpusim_unset_cuda.cmake
@@ -0,0 +1,60 @@
+# Unset these variable to force a re-search on possible CUDA version changes
+unset(CUDAToolkit_BIN_DIR CACHE)
+unset(CUDAToolkit_CUPTI_INCLUDE_DIR CACHE)
+unset(CUDAToolkit_NVCC_EXECUTABLE CACHE)
+unset(CUDAToolkit_rt_LIBRARY CACHE)
+unset(CUDA_CUDART CACHE)
+unset(CUDA_OpenCL_LIBRARY CACHE)
+unset(CUDA_cublasLt_LIBRARY CACHE)
+unset(CUDA_cublasLt_static_LIBRARY CACHE)
+unset(CUDA_cublas_LIBRARY CACHE)
+unset(CUDA_cublas_static_LIBRARY CACHE)
+unset(CUDA_cuda_driver_LIBRARY CACHE)
+unset(CUDA_cudart_LIBRARY CACHE)
+unset(CUDA_cudart_static_LIBRARY CACHE)
+unset(CUDA_cufft_LIBRARY CACHE)
+unset(CUDA_cufft_static_LIBRARY CACHE)
+unset(CUDA_cufft_static_nocallback_LIBRARY CACHE)
+unset(CUDA_cufftw_LIBRARY CACHE)
+unset(CUDA_cufftw_static_LIBRARY CACHE)
+unset(CUDA_culibos_LIBRARY CACHE)
+unset(CUDA_cupti_LIBRARY CACHE)
+unset(CUDA_cupti_static_LIBRARY CACHE)
+unset(CUDA_curand_LIBRARY CACHE)
+unset(CUDA_curand_static_LIBRARY CACHE)
+unset(CUDA_cusolver_LIBRARY CACHE)
+unset(CUDA_cusolver_lapack_static_LIBRARY CACHE)
+unset(CUDA_cusolver_static_LIBRARY CACHE)
+unset(CUDA_cusparse_LIBRARY CACHE)
+unset(CUDA_cusparse_static_LIBRARY CACHE)
+unset(CUDA_nppc_LIBRARY CACHE)
+unset(CUDA_nppc_static_LIBRARY CACHE)
+unset(CUDA_nppial_LIBRARY CACHE)
+unset(CUDA_nppial_static_LIBRARY CACHE)
+unset(CUDA_nppicc_LIBRARY CACHE)
+unset(CUDA_nppicc_static_LIBRARY CACHE)
+unset(CUDA_nppicom_LIBRARY CACHE)
+unset(CUDA_nppicom_static_LIBRARY CACHE)
+unset(CUDA_nppidei_LIBRARY CACHE)
+unset(CUDA_nppidei_static_LIBRARY CACHE)
+unset(CUDA_nppif_LIBRARY CACHE)
+unset(CUDA_nppif_static_LIBRARY CACHE)
+unset(CUDA_nppig_LIBRARY CACHE)
+unset(CUDA_nppig_static_LIBRARY CACHE)
+unset(CUDA_nppim_LIBRARY CACHE)
+unset(CUDA_nppim_static_LIBRARY CACHE)
+unset(CUDA_nppist_LIBRARY CACHE)
+unset(CUDA_nppist_static_LIBRARY CACHE)
+unset(CUDA_nppisu_LIBRARY CACHE)
+unset(CUDA_nppisu_static_LIBRARY CACHE)
+unset(CUDA_nppitc_LIBRARY CACHE)
+unset(CUDA_nppitc_static_LIBRARY CACHE)
+unset(CUDA_npps_LIBRARY CACHE)
+unset(CUDA_npps_static_LIBRARY CACHE)
+unset(CUDA_nvToolsExt_LIBRARY CACHE)
+unset(CUDA_nvgraph_LIBRARY CACHE)
+unset(CUDA_nvgraph_static_LIBRARY CACHE)
+unset(CUDA_nvjpeg_LIBRARY CACHE)
+unset(CUDA_nvjpeg_static_LIBRARY CACHE)
+unset(CUDA_nvml_LIBRARY CACHE)
+unset(CUDA_nvrtc_LIBRARY CACHE) \ No newline at end of file