Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Oct 30, 2024
1 parent ff6180c commit c3041da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ oneAPI_Support_jll = "b049733a-a71d-5ed3-8eba-7d323ac00b36"
Adapt = "4"
CEnum = "0.4, 0.5"
ExprTools = "0.1"
GPUArrays = "11"
GPUArrays = "11.1"
GPUCompiler = "0.23, 0.24, 0.25, 0.26, 0.27, 1"
KernelAbstractions = "0.9.1"
LLVM = "6, 7, 8, 9"
Expand Down
2 changes: 1 addition & 1 deletion src/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mutable struct oneArray{T,N,B} <: AbstractGPUArray{T,N}
end
end

unsafe_free!(a::oneArray) = GPUArrays.unsafe_free!(a.data)
GPUArrays.storage(a::oneArray) = a.data


## alias detection
Expand Down

0 comments on commit c3041da

Please sign in to comment.