Skip to content

Commit 1d36c49

Browse files
committed
Depend on Adapt.jl
1 parent 6046c73 commit 1d36c49

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name = "GPUArrays"
22
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
33

44
[deps]
5+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
56
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
67
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
78
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

src/GPUArrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ using Base.Cartesian
1414

1515
using FFTW
1616

17+
using Adapt
18+
1719
include("abstractarray.jl")
1820
include("abstract_gpu_interface.jl")
1921
include("ondevice.jl")

0 commit comments

Comments
 (0)