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

Commit 2e25b28

Browse files
committed
Bump version and dependencies.
1 parent 16f3bef commit 2e25b28

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

Manifest.toml

+5-9
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,19 @@ version = "0.2.0"
2222

2323
[[CUDAapi]]
2424
deps = ["Libdl", "Logging"]
25-
git-tree-sha1 = "ca1c7f639c5f6326919ee2834fa0dffb5002ff60"
26-
repo-rev = "master"
27-
repo-url = "https://github.com/JuliaGPU/CUDAapi.jl.git"
25+
git-tree-sha1 = "56a813440ac98a1aa64672ab460a1512552211a7"
2826
uuid = "3895d2a7-ec45-59b8-82bb-cfc6a382f9b3"
29-
version = "2.0.0"
27+
version = "2.1.0"
3028

3129
[[CUDAdrv]]
3230
deps = ["CEnum", "CUDAapi", "Printf"]
33-
git-tree-sha1 = "5c2cf00a78503e1f71409cecf3d64508fb33f17f"
34-
repo-rev = "master"
35-
repo-url = "https://github.com/JuliaGPU/CUDAdrv.jl.git"
31+
git-tree-sha1 = "72125a129271313b0f0197406585ab1c2e611f9d"
3632
uuid = "c5f51814-7f29-56b8-a69c-e4d8f6be1fde"
37-
version = "4.0.4"
33+
version = "5.0.0"
3834

3935
[[CUDAnative]]
4036
deps = ["Adapt", "CEnum", "CUDAapi", "CUDAdrv", "DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Printf", "TimerOutputs"]
41-
git-tree-sha1 = "8b1a585344fee94bdb95ac44653fd057d74e32e6"
37+
git-tree-sha1 = "dec3ac4fb3966bfb39afbe87ff422daa5732e535"
4238
repo-rev = "master"
4339
repo-url = "https://github.com/JuliaGPU/CUDAnative.jl.git"
4440
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
2525
AbstractFFTs = "0.4, 0.5"
2626
Adapt = "1.0"
2727
CEnum = "0.2"
28-
CUDAapi = "2"
29-
CUDAdrv = "4.0.1"
28+
CUDAapi = "2.1"
29+
CUDAdrv = "5.0"
3030
CUDAnative = "2.6"
3131
DataStructures = "0.17"
3232
GPUArrays = "2.0"

0 commit comments

Comments
 (0)