Skip to content

Commit

Permalink
Merge branch 'JuliaGPU:master' into usm_support
Browse files Browse the repository at this point in the history
  • Loading branch information
VarLad authored Nov 14, 2024
2 parents dfe4d06 + e229974 commit 4b311ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[compat]
Adapt = "4"
GPUArrays = "11"
GPUArrays = "11.1"
GPUCompiler = "0.27, 1"
KernelAbstractions = "0.9.1"
LLVM = "9.1"
Expand All @@ -28,6 +28,6 @@ OpenCL_jll = "=2024.5.8"
Printf = "1"
Reexport = "1"
SPIRVIntrinsics = "0.2"
SPIRV_LLVM_Translator_unified_jll = "0.6"
SPIRV_LLVM_Translator_unified_jll = "0.7"
StaticArrays = "1"
julia = "1.10"
2 changes: 2 additions & 0 deletions src/array.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ mutable struct CLArray{T, N} <: AbstractGPUArray{T, N}
end
end

GPUArrays.storage(a::CLArray) = a.data


## convenience constructors

Expand Down

0 comments on commit 4b311ad

Please sign in to comment.