Skip to content

Commit c3041da

Browse files
authored
1 parent ff6180c commit c3041da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ oneAPI_Support_jll = "b049733a-a71d-5ed3-8eba-7d323ac00b36"
3131
Adapt = "4"
3232
CEnum = "0.4, 0.5"
3333
ExprTools = "0.1"
34-
GPUArrays = "11"
34+
GPUArrays = "11.1"
3535
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27, 1"
3636
KernelAbstractions = "0.9.1"
3737
LLVM = "6, 7, 8, 9"

src/array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ mutable struct oneArray{T,N,B} <: AbstractGPUArray{T,N}
8080
end
8181
end
8282

83-
unsafe_free!(a::oneArray) = GPUArrays.unsafe_free!(a.data)
83+
GPUArrays.storage(a::oneArray) = a.data
8484

8585

8686
## alias detection

0 commit comments

Comments
 (0)