From 9833067125fbca504d614542c470bb8cf6fafe09 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sat, 13 Jan 2024 05:39:47 +0530 Subject: [PATCH] New version: LuxDeviceUtils v0.1.12 (#98801) UUID: 34f89e08-e1d5-43b4-8944-0b49ac560553 Repo: https://github.com/LuxDL/LuxDeviceUtils.jl.git Tree: 07713d1b7ebca8c467aa1350106d86eb37ad0b22 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- L/LuxDeviceUtils/Compat.toml | 7 ++++++- L/LuxDeviceUtils/Versions.toml | 3 +++ L/LuxDeviceUtils/WeakCompat.toml | 4 ++++ L/LuxDeviceUtils/WeakDeps.toml | 4 ++++ 4 files changed, 17 insertions(+), 1 deletion(-) diff --git a/L/LuxDeviceUtils/Compat.toml b/L/LuxDeviceUtils/Compat.toml index d81d26898ede183..340ba202e295eab 100644 --- a/L/LuxDeviceUtils/Compat.toml +++ b/L/LuxDeviceUtils/Compat.toml @@ -1,5 +1,4 @@ [0] -Adapt = "3" ChainRulesCore = "1" Functors = "0.2-0.4" LuxCore = "0.1.4-0.1" @@ -11,6 +10,9 @@ Requires = "1" ["0-0.1.10"] julia = "1.6.0-1" +["0-0.1.11"] +Adapt = "3" + ["0.1.1-0.1.10"] PackageExtensionCompat = "1" @@ -21,5 +23,8 @@ SparseArrays = ["0.0.0", "1"] ["0.1.11-0"] julia = "1.9.0-1" +["0.1.12-0"] +Adapt = "3-4" + ["0.1.3-0.1.4"] TruncatedStacktraces = "1" diff --git a/L/LuxDeviceUtils/Versions.toml b/L/LuxDeviceUtils/Versions.toml index f72f2b103f88f31..5fe3d06f81a439c 100644 --- a/L/LuxDeviceUtils/Versions.toml +++ b/L/LuxDeviceUtils/Versions.toml @@ -33,3 +33,6 @@ git-tree-sha1 = "2d5e75ccdcb9c7a7e7da2e1d3fe979b1b62b76db" ["0.1.11"] git-tree-sha1 = "cffc2222bf9dc01730f6fc904266f8056abb8e83" + +["0.1.12"] +git-tree-sha1 = "07713d1b7ebca8c467aa1350106d86eb37ad0b22" diff --git a/L/LuxDeviceUtils/WeakCompat.toml b/L/LuxDeviceUtils/WeakCompat.toml index badf65841240707..d0110e4627d81dd 100644 --- a/L/LuxDeviceUtils/WeakCompat.toml +++ b/L/LuxDeviceUtils/WeakCompat.toml @@ -14,6 +14,10 @@ Metal = "0.4" ["0.1.10-0"] LuxAMDGPU = "0.1-0.2" +["0.1.12-0"] +GPUArrays = "9-10" +RecursiveArrayTools = "3" + ["0.1.3-0"] LuxCUDA = "0.2-0.3" diff --git a/L/LuxDeviceUtils/WeakDeps.toml b/L/LuxDeviceUtils/WeakDeps.toml index 66480606e7e0524..ef3e2d9dc1f374b 100644 --- a/L/LuxDeviceUtils/WeakDeps.toml +++ b/L/LuxDeviceUtils/WeakDeps.toml @@ -7,5 +7,9 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" ["0.1.1-0"] Metal = "dde4c033-4e86-420c-a63e-0dd931031962" +["0.1.12-0"] +GPUArrays = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7" +RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" + ["0.1.6-0.1.7"] ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"