Skip to content
This repository has been archived by the owner on May 27, 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 16903c8 commit 3e41242
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,15 @@ 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"

[[DataStructures]]
deps = ["InteractiveUtils", "OrderedCollections"]
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "CUDAnative"
uuid = "be33ccc6-a3ff-5ff2-a52e-74243cff1e17"
version = "2.6.0"
version = "2.7.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand All @@ -18,7 +18,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Adapt = "0.4, 1.0"
CEnum = "0.2"
CUDAapi = "2.0"
CUDAdrv = "4.0.1"
CUDAdrv = "5.0"
DataStructures = "0.15, 0.16, 0.17"
LLVM = "1.2"
TimerOutputs = "0.5"
Expand Down

2 comments on commit 3e41242

@maleadt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/6970

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v2.7.0 -m "<description of version>" 3e412421ce869d1508f03fff9ac5db14c37c8b4f
git push origin v2.7.0

Please sign in to comment.