Skip to content

Commit

Permalink
New version: AMDGPU v1.2.0
Browse files Browse the repository at this point in the history
UUID: 21141c5a-9bdb-4563-92ae-f87d6854732e
Repo: https://github.com/JuliaGPU/AMDGPU.jl.git
Tree: 4aa85cd0e29e8c449eeceb0dd7221ffb5f885fbc

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Jan 9, 2025
1 parent b0236eb commit 3bc9752
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
17 changes: 13 additions & 4 deletions A/AMDGPU/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,16 @@ LLVM = "7"
[1]
LLD_jll = "15-17"
LLVM_jll = "15-17"
UnsafeAtomics = "0.2"
UnsafeAtomicsLLVM = "0.2"
julia = "1.10.0-1"

["1-1.0.1"]
GPUCompiler = "0.26-0.27"
LLVM = "8.1.0-8"

["1-1.1"]
UnsafeAtomics = "0.2"
UnsafeAtomicsLLVM = "0.2"

["1.0"]
GPUArrays = "10"

Expand All @@ -294,9 +296,16 @@ GPUCompiler = ["0.27", "1"]
["1.0.5-1.0"]
AcceleratedKernels = "0.1"

["1.1"]
GPUArrays = "11.1.0-11"

["1.1-1"]
AcceleratedKernels = "0.2"
GPUArrays = "11.1.0-11"

["1.1.3-1"]
["1.1.3-1.1"]
Atomix = ["0.1", "1"]

["1.2-1"]
Atomix = "1"
GPUArrays = "11.2.0-11"
UnsafeAtomics = "0.3"
2 changes: 2 additions & 0 deletions A/AMDGPU/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ TimespanLogging = "a526e669-04d3-4846-9525-c66122c55f63"

["0.4.9-1"]
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"

["0.4.9-1.1"]
UnsafeAtomicsLLVM = "d80eeb9a-aca5-4d75-85e5-170c8b632249"

["0.5.3-1"]
Expand Down
3 changes: 3 additions & 0 deletions A/AMDGPU/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,6 @@ git-tree-sha1 = "e90e826a7965261e6adcd4d6d612a0c0340366ae"

["1.1.7"]
git-tree-sha1 = "369940d72ed887d10218a053218fc38eb8c239aa"

["1.2.0"]
git-tree-sha1 = "4aa85cd0e29e8c449eeceb0dd7221ffb5f885fbc"
3 changes: 3 additions & 0 deletions A/AMDGPU/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
["1.2-1"]
ChainRulesCore = "1"
EnzymeCore = "0.8"
3 changes: 3 additions & 0 deletions A/AMDGPU/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
["1.2-1"]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"

0 comments on commit 3bc9752

Please sign in to comment.