File tree Expand file tree Collapse file tree
examples/cuda_shared_memory Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
406406 else ()
407407 set (LEVEL_ZERO_LOADER_REPO
408408 "https://github.com/oneapi-src/level-zero.git" )
409- set (LEVEL_ZERO_LOADER_TAG v1.22.4 )
409+ set (LEVEL_ZERO_LOADER_TAG v1.26.3 )
410410
411411 message (STATUS "Fetching Level Zero loader (${LEVEL_ZERO_LOADER_TAG} ) "
412412 "from ${LEVEL_ZERO_LOADER_REPO} ..." )
@@ -464,7 +464,7 @@ if(UMF_BUILD_CUDA_PROVIDER)
464464 else ()
465465 set (CUDA_REPO
466466 "https://gitlab.com/nvidia/headers/cuda-individual/cudart.git" )
467- set (CUDA_TAG cuda-12.5.1 )
467+ set (CUDA_TAG cuda-12.6.3 )
468468
469469 message (
470470 STATUS "Fetching CUDA (${CUDA_TAG} ) headers from ${CUDA_REPO} ..." )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ endif()
2525include (FetchContent )
2626
2727set (CUDA_REPO "https://gitlab.com/nvidia/headers/cuda-individual/cudart.git" )
28- set (CUDA_TAG cuda-12.5.1 )
28+ set (CUDA_TAG cuda-12.6.3 )
2929message (STATUS "Fetching CUDA ${CUDA_TAG} from ${CUDA_REPO} ..." )
3030
3131# We don't want to build and include CUDA binaries to our install target. For
You can’t perform that action at this time.
0 commit comments