Skip to content

Commit

Permalink
Adapt to GPUArrays.jl transition to KernelAbstractions.jl. (#2524)
Browse files Browse the repository at this point in the history
Co-authored-by: James Schloss <[email protected]>
  • Loading branch information
maleadt and leios authored Oct 17, 2024
1 parent fef4765 commit 6221589
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Crayons = "4"
DataFrames = "1"
EnzymeCore = "0.8.2"
ExprTools = "0.1"
GPUArrays = "10.0.1"
GPUArrays = "11"
GPUCompiler = "0.24, 0.25, 0.26, 0.27, 1"
KernelAbstractions = "0.9.2"
LLVM = "9.1"
Expand Down
1 change: 0 additions & 1 deletion src/CUDA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ include("compiler/exceptions.jl")
include("compiler/reflection.jl")

# array implementation
include("gpuarrays.jl")
include("utilities.jl")
include("texture.jl")

Expand Down
62 changes: 0 additions & 62 deletions src/gpuarrays.jl

This file was deleted.

0 comments on commit 6221589

Please sign in to comment.