Skip to content

Commit a6d29bf

Browse files
lukaszstolarczuklslusarczyk
authored andcommitted
Bump L0 (v1.26.3) and CUDA (12.6.3)
To match versions used in SYCL
1 parent a344252 commit a6d29bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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} ...")

examples/cuda_shared_memory/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif()
2525
include(FetchContent)
2626

2727
set(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)
2929
message(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

0 commit comments

Comments
 (0)