Skip to content

Commit c7f0fc3

Browse files
authored
AMDGPU compat (#803)
* Bump AMDGPU compat * Bump patch version
1 parent c24db42 commit c7f0fc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MPI"
22
uuid = "da04e1cc-30fd-572f-bb4f-1f8673147195"
33
authors = []
4-
version = "0.20.18"
4+
version = "0.20.19"
55

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

2121
[compat]
2222
Distributed = "1"
23-
AMDGPU = "0.5.7, 0.6, 0.7"
23+
AMDGPU = "0.5.7, 0.6, 0.7, 0.8"
2424
CUDA = "3, 4, 5"
2525
DocStringExtensions = "0.8, 0.9"
2626
Libdl = "1"

test/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
1515
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
1616

1717
[compat]
18-
AMDGPU = "0.6, 0.7"
18+
AMDGPU = "0.6, 0.7, 0.8"
1919
CUDA = "3, 4, 5"

0 commit comments

Comments
 (0)