Skip to content

Commit 6221589

Browse files
maleadtleios
andauthored
Adapt to GPUArrays.jl transition to KernelAbstractions.jl. (#2524)
Co-authored-by: James Schloss <[email protected]>
1 parent fef4765 commit 6221589

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Crayons = "4"
5959
DataFrames = "1"
6060
EnzymeCore = "0.8.2"
6161
ExprTools = "0.1"
62-
GPUArrays = "10.0.1"
62+
GPUArrays = "11"
6363
GPUCompiler = "0.24, 0.25, 0.26, 0.27, 1"
6464
KernelAbstractions = "0.9.2"
6565
LLVM = "9.1"

src/CUDA.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ include("compiler/exceptions.jl")
8484
include("compiler/reflection.jl")
8585

8686
# array implementation
87-
include("gpuarrays.jl")
8887
include("utilities.jl")
8988
include("texture.jl")
9089

src/gpuarrays.jl

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)