Skip to content

Commit be48f86

Browse files
committed
[clad] Bump clad to version 2.4
1 parent 1b5a496 commit be48f86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

interpreter/cling/include/cling/cuda.modulemap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module "cuda" [system] {
22
export *
33
module "cuda.h" { textual header "cuda.h" export * }
4-
module "cuda_runtime.h" { header "cuda_runtime.h" export * }
4+
//module "cuda_runtime.h" { header "cuda_runtime.h" export * }
55
module "curand.h" {
66
export *
77
header "curand.h"

interpreter/cling/tools/plugins/clad/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if (DEFINED CLAD_SOURCE_DIR)
7474
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
7575
else()
7676
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/vgvassilev/clad.git)
77-
list(APPEND _clad_extra_settings GIT_TAG v2.3)
77+
list(APPEND _clad_extra_settings GIT_TAG master)
7878
endif()
7979

8080
## list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")

0 commit comments

Comments
 (0)