Skip to content

Commit

Permalink
Bump AMDGPU compat (#794)
Browse files Browse the repository at this point in the history
* Bump AMDGPU compat

* bump patch versino

---------

Co-authored-by: Simon Byrne <[email protected]>
  • Loading branch information
luraess and simonbyrne authored Nov 3, 2023
1 parent 4313732 commit 2517d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MPI"
uuid = "da04e1cc-30fd-572f-bb4f-1f8673147195"
authors = []
version = "0.20.17"
version = "0.20.18"

[deps]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Expand All @@ -20,7 +20,7 @@ Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"

[compat]
Distributed = "1"
AMDGPU = "0.5.7, 0.6"
AMDGPU = "0.5.7, 0.6, 0.7"
CUDA = "3, 4, 5"
DocStringExtensions = "0.8, 0.9"
Libdl = "1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"

[compat]
AMDGPU = "0.6"
AMDGPU = "0.6, 0.7"
CUDA = "3, 4, 5"

2 comments on commit 2517d52

@simonbyrne
Copy link
Member

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/94723

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.20.18 -m "<description of version>" 2517d52f3c863ddadb80cec751c4cd20fef973fe
git push origin v0.20.18

Please sign in to comment.