@@ -16,12 +16,13 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
16
16
Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
17
17
GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
18
18
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19
+ KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
19
20
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
20
21
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
21
22
22
23
[extensions ]
23
24
StructArraysAdaptExt = " Adapt"
24
- StructArraysGPUArraysCoreExt = " GPUArraysCore"
25
+ StructArraysGPUArraysCoreExt = [ " GPUArraysCore" , " KernelAbstractions " ]
25
26
StructArraysLinearAlgebraExt = " LinearAlgebra"
26
27
StructArraysSparseArraysExt = " SparseArrays"
27
28
StructArraysStaticArraysExt = " StaticArrays"
@@ -32,10 +33,11 @@ Aqua = "0.8"
32
33
ConstructionBase = " 1"
33
34
DataAPI = " 1"
34
35
Documenter = " 1"
35
- GPUArraysCore = " 0.1.2, 0. 2"
36
+ GPUArraysCore = " 0.2"
36
37
InfiniteArrays = " 0.13"
37
- JLArrays = " 0.1 "
38
+ JLArrays = " 0.2 "
38
39
LinearAlgebra = " 1"
40
+ KernelAbstractions = " 0.9"
39
41
OffsetArrays = " 1"
40
42
PooledArrays = " 1"
41
43
SparseArrays = " 1"
@@ -54,6 +56,7 @@ GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
54
56
InfiniteArrays = " 4858937d-0d70-526a-a4dd-2d5cb5dd786c"
55
57
JLArrays = " 27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
56
58
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
59
+ KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
57
60
OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
58
61
PooledArrays = " 2dfb63ee-cc39-5dd5-95bd-886bf059d720"
59
62
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -63,4 +66,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
63
66
WeakRefStrings = " ea10d353-3f73-51f8-a26c-33c1cb351aa5"
64
67
65
68
[targets ]
66
- test = [" Adapt" , " Aqua" , " Documenter" , " GPUArraysCore" , " InfiniteArrays" , " JLArrays" , " LinearAlgebra" , " OffsetArrays" , " PooledArrays" , " SparseArrays" , " StaticArrays" , " Test" , " TypedTables" , " WeakRefStrings" ]
69
+ test = [" Adapt" , " Aqua" , " Documenter" , " GPUArraysCore" , " InfiniteArrays" , " JLArrays" , " LinearAlgebra" , " KernelAbstractions " , " OffsetArrays" , " PooledArrays" , " SparseArrays" , " StaticArrays" , " Test" , " TypedTables" , " WeakRefStrings" ]
0 commit comments