We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5a496 commit be48f86Copy full SHA for be48f86
2 files changed
interpreter/cling/include/cling/cuda.modulemap
@@ -1,7 +1,7 @@
1
module "cuda" [system] {
2
export *
3
module "cuda.h" { textual header "cuda.h" export * }
4
- module "cuda_runtime.h" { header "cuda_runtime.h" export * }
+ //module "cuda_runtime.h" { header "cuda_runtime.h" export * }
5
module "curand.h" {
6
7
header "curand.h"
interpreter/cling/tools/plugins/clad/CMakeLists.txt
@@ -74,7 +74,7 @@ if (DEFINED CLAD_SOURCE_DIR)
74
list(APPEND _clad_extra_settings SOURCE_DIR ${CLAD_SOURCE_DIR})
75
else()
76
list(APPEND _clad_extra_settings GIT_REPOSITORY https://github.com/vgvassilev/clad.git)
77
- list(APPEND _clad_extra_settings GIT_TAG v2.3)
+ list(APPEND _clad_extra_settings GIT_TAG master)
78
endif()
79
80
## list(APPEND _clad_patches_list "patch1.patch" "patch2.patch")
0 commit comments