Skip to content

Commit 0655cd8

Browse files
committed
Remove unused AbstractFFTs dependency.
1 parent b90dd72 commit 0655cd8

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

Manifest.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
[[AbstractFFTs]]
4-
deps = ["LinearAlgebra"]
5-
git-tree-sha1 = "485ee0867925449198280d4af84bdb46a2a404d0"
6-
uuid = "621f4979-c628-5d54-868e-fcf4e3e8185c"
7-
version = "1.0.1"
8-
93
[[Adapt]]
104
deps = ["LinearAlgebra"]
115
git-tree-sha1 = "f1b523983a58802c4695851926203b36e28f09db"

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
33
version = "7.0.1"
44

55
[deps]
6-
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
76
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
87
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
98
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -12,6 +11,5 @@ Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
1211
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
1312

1413
[compat]
15-
AbstractFFTs = "0.4, 0.5, 1.0"
1614
Adapt = "2.0, 3.0"
1715
julia = "1.6"

src/GPUArrays.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ using Printf
88
using LinearAlgebra.BLAS
99
using Base.Cartesian
1010

11-
using AbstractFFTs
12-
1311
using Adapt
1412

1513
# device functionality

0 commit comments

Comments
 (0)