From 3bc975237ff197facbb3da5499b7e290927e7339 Mon Sep 17 00:00:00 2001 From: JuliaRegistrator Date: Thu, 9 Jan 2025 17:10:39 +0000 Subject: [PATCH] New version: AMDGPU v1.2.0 UUID: 21141c5a-9bdb-4563-92ae-f87d6854732e Repo: https://github.com/JuliaGPU/AMDGPU.jl.git Tree: 4aa85cd0e29e8c449eeceb0dd7221ffb5f885fbc Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- A/AMDGPU/Compat.toml | 17 +++++++++++++---- A/AMDGPU/Deps.toml | 2 ++ A/AMDGPU/Versions.toml | 3 +++ A/AMDGPU/WeakCompat.toml | 3 +++ A/AMDGPU/WeakDeps.toml | 3 +++ 5 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 A/AMDGPU/WeakCompat.toml create mode 100644 A/AMDGPU/WeakDeps.toml diff --git a/A/AMDGPU/Compat.toml b/A/AMDGPU/Compat.toml index c018c463eded846..f327dd9ead2bcc0 100644 --- a/A/AMDGPU/Compat.toml +++ b/A/AMDGPU/Compat.toml @@ -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" @@ -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" diff --git a/A/AMDGPU/Deps.toml b/A/AMDGPU/Deps.toml index d98fd5a6570a948..0d406eabebd1a8e 100644 --- a/A/AMDGPU/Deps.toml +++ b/A/AMDGPU/Deps.toml @@ -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"] diff --git a/A/AMDGPU/Versions.toml b/A/AMDGPU/Versions.toml index 2bd24ff5260d8c1..e967e6b0365b997 100644 --- a/A/AMDGPU/Versions.toml +++ b/A/AMDGPU/Versions.toml @@ -276,3 +276,6 @@ git-tree-sha1 = "e90e826a7965261e6adcd4d6d612a0c0340366ae" ["1.1.7"] git-tree-sha1 = "369940d72ed887d10218a053218fc38eb8c239aa" + +["1.2.0"] +git-tree-sha1 = "4aa85cd0e29e8c449eeceb0dd7221ffb5f885fbc" diff --git a/A/AMDGPU/WeakCompat.toml b/A/AMDGPU/WeakCompat.toml new file mode 100644 index 000000000000000..f04101f81b428f0 --- /dev/null +++ b/A/AMDGPU/WeakCompat.toml @@ -0,0 +1,3 @@ +["1.2-1"] +ChainRulesCore = "1" +EnzymeCore = "0.8" diff --git a/A/AMDGPU/WeakDeps.toml b/A/AMDGPU/WeakDeps.toml new file mode 100644 index 000000000000000..6dc548903a7bd0f --- /dev/null +++ b/A/AMDGPU/WeakDeps.toml @@ -0,0 +1,3 @@ +["1.2-1"] +ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4" +EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"