Skip to content

Commit 3796ede

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for GPUArraysCore to 0.2, (keep existing compat)
1 parent 51c0e47 commit 3796ede

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

Project.toml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ SimpleChains = "de6bee2f-e2f4-4ec7-b6ed-219cc6f6e9e5"
5151
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
5252
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5353

54+
[sources.LuxCore]
55+
path = "lib/LuxCore"
56+
57+
[sources.LuxLib]
58+
path = "lib/LuxLib"
59+
60+
[sources.MLDataDevices]
61+
path = "lib/MLDataDevices"
62+
63+
[sources.WeightInitializers]
64+
path = "lib/WeightInitializers"
65+
5466
[extensions]
5567
LuxComponentArraysExt = "ComponentArrays"
5668
LuxEnzymeExt = "Enzyme"
@@ -83,7 +95,7 @@ Flux = "0.15"
8395
ForwardDiff = "0.10.36"
8496
FunctionWrappers = "1.1.3"
8597
Functors = "0.5"
86-
GPUArraysCore = "0.1.6"
98+
GPUArraysCore = "0.1.6, 0.2"
8799
LinearAlgebra = "1.10"
88100
LossFunctions = "0.11.1, 1"
89101
LuxCore = "1.2"
@@ -111,9 +123,3 @@ Tracker = "0.2.37"
111123
WeightInitializers = "1"
112124
Zygote = "0.6.70"
113125
julia = "1.10"
114-
115-
[sources]
116-
LuxCore = { path = "lib/LuxCore" }
117-
LuxLib = { path = "lib/LuxLib" }
118-
MLDataDevices = { path = "lib/MLDataDevices" }
119-
WeightInitializers = { path = "lib/WeightInitializers" }

0 commit comments

Comments
 (0)