Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 92082a5

Browse files
committed
Use released GPUArrays.
1 parent c8d9a9b commit 92082a5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

Manifest.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,9 @@ version = "0.1.1"
7777

7878
[[GPUArrays]]
7979
deps = ["AbstractFFTs", "Adapt", "LinearAlgebra", "Printf", "Random", "Serialization"]
80-
git-tree-sha1 = "50542dca6e8339a5e0a6718283f956187123234a"
81-
repo-rev = "cb79e08c09ca0eb776c1ded7b7fe8876bd012981"
82-
repo-url = "https://github.com/JuliaGPU/GPUArrays.jl.git"
80+
git-tree-sha1 = "c63cb01e3b6f48ab39f1e35c31ba870650814a18"
8381
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
84-
version = "3.1.0"
82+
version = "3.2.0"
8583

8684
[[InteractiveUtils]]
8785
deps = ["Markdown"]

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CUDAapi = "3.0, 4.0"
3232
CUDAdrv = "6.0.1"
3333
CUDAnative = "3.0"
3434
DataStructures = "0.17"
35-
GPUArrays = "3.1"
35+
GPUArrays = "3.2"
3636
MacroTools = "0.5"
3737
NNlib = "0.6.5"
3838
Reexport = "0.2"

0 commit comments

Comments
 (0)