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 cf4598f commit d235d35Copy full SHA for d235d35
Project.toml
@@ -1,6 +1,6 @@
1
name = "CUDA"
2
uuid = "052768ef-5323-5732-b1bb-66c8b64840ba"
3
-version = "4.1.0"
+version = "4.1.1"
4
5
[deps]
6
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
src/CUDA.jl
@@ -109,6 +109,7 @@ export NVML, has_nvml
109
110
# KernelAbstractions
111
include("CUDAKernels.jl")
112
+import .CUDAKernels: CUDABackend
113
export CUDABackend
114
115
include("precompile.jl")
0 commit comments