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

Commit

Permalink
Bump version and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed Dec 20, 2019
1 parent 16f3bef commit 2e25b28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
14 changes: 5 additions & 9 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,19 @@ version = "0.2.0"

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

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

[[CUDAnative]]
deps = ["Adapt", "CEnum", "CUDAapi", "CUDAdrv", "DataStructures", "InteractiveUtils", "LLVM", "Libdl", "Printf", "TimerOutputs"]
git-tree-sha1 = "8b1a585344fee94bdb95ac44653fd057d74e32e6"
git-tree-sha1 = "dec3ac4fb3966bfb39afbe87ff422daa5732e535"
repo-rev = "master"
repo-url = "https://github.com/JuliaGPU/CUDAnative.jl.git"
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
AbstractFFTs = "0.4, 0.5"
Adapt = "1.0"
CEnum = "0.2"
CUDAapi = "2"
CUDAdrv = "4.0.1"
CUDAapi = "2.1"
CUDAdrv = "5.0"
CUDAnative = "2.6"
DataStructures = "0.17"
GPUArrays = "2.0"
Expand Down

0 comments on commit 2e25b28

Please sign in to comment.