From 4ec8bd5c0a79e3c1524a1bd5c17d05b9763e61c3 Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 28 Oct 2023 19:26:30 -0400 Subject: [PATCH 1/3] Update Project.toml --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6c82698..302dedb 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "LuxDeviceUtils" uuid = "34f89e08-e1d5-43b4-8944-0b49ac560553" authors = ["Avik Pal and contributors"] -version = "0.1.9" +version = "0.1.10" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" @@ -32,7 +32,7 @@ Adapt = "3" ChainRulesCore = "1" FillArrays = "0.13, 1" Functors = "0.2, 0.3, 0.4" -LuxAMDGPU = "0.1" +LuxAMDGPU = "0.1, 0.2" LuxCUDA = "0.2, 0.3" LuxCore = "0.1.4" Metal = "0.4, 0.5" From c391500973719fa99294906b88d584c4fcc2c2de Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 18 Nov 2023 18:20:01 -0500 Subject: [PATCH 2/3] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 0e10e2a..1279400 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -44,7 +44,7 @@ end if VERSION ≥ v"1.9" @testset "Aqua Tests" begin - Aqua.test_all(LuxDeviceUtils; piracy=false) + Aqua.test_all(LuxDeviceUtils; piracies=false) end end From b7f22ae7e2dec276e57a5ccfa912d9c125947f5e Mon Sep 17 00:00:00 2001 From: Avik Pal Date: Sat, 18 Nov 2023 18:22:34 -0500 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Project.toml b/Project.toml index 302dedb..98f7989 100644 --- a/Project.toml +++ b/Project.toml @@ -38,6 +38,8 @@ LuxCore = "0.1.4" Metal = "0.4, 0.5" PackageExtensionCompat = "1" Preferences = "1" +Random = "<0.0.1, 1" +SparseArrays = "<0.0.1, 1" Zygote = "0.6" julia = "1.6"