We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6046c73 commit 1d36c49Copy full SHA for 1d36c49
Project.toml
@@ -2,6 +2,7 @@ name = "GPUArrays"
2
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
3
4
[deps]
5
+Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
6
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
7
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
8
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
src/GPUArrays.jl
@@ -14,6 +14,8 @@ using Base.Cartesian
14
15
using FFTW
16
17
+using Adapt
18
+
19
include("abstractarray.jl")
20
include("abstract_gpu_interface.jl")
21
include("ondevice.jl")
0 commit comments