@@ -16,12 +16,13 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1616Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
1717GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
1818LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
19+ KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
1920SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
2021StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
2122
2223[extensions ]
2324StructArraysAdaptExt = " Adapt"
24- StructArraysGPUArraysCoreExt = " GPUArraysCore"
25+ StructArraysGPUArraysCoreExt = [ " GPUArraysCore" , " KernelAbstractions " ]
2526StructArraysLinearAlgebraExt = " LinearAlgebra"
2627StructArraysSparseArraysExt = " SparseArrays"
2728StructArraysStaticArraysExt = " StaticArrays"
@@ -32,10 +33,11 @@ Aqua = "0.8"
3233ConstructionBase = " 1"
3334DataAPI = " 1"
3435Documenter = " 1"
35- GPUArraysCore = " 0.1.2, 0. 2"
36+ GPUArraysCore = " 0.2"
3637InfiniteArrays = " 0.13"
37- JLArrays = " 0.1 "
38+ JLArrays = " 0.2 "
3839LinearAlgebra = " 1"
40+ KernelAbstractions = " 0.9"
3941OffsetArrays = " 1"
4042PooledArrays = " 1"
4143SparseArrays = " 1"
@@ -54,6 +56,7 @@ GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
5456InfiniteArrays = " 4858937d-0d70-526a-a4dd-2d5cb5dd786c"
5557JLArrays = " 27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
5658LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
59+ KernelAbstractions = " 63c18a36-062a-441e-b654-da1e3ab1ce7c"
5760OffsetArrays = " 6fe1bfb0-de20-5000-8ca7-80f57d26f881"
5861PooledArrays = " 2dfb63ee-cc39-5dd5-95bd-886bf059d720"
5962SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
@@ -63,4 +66,4 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"
6366WeakRefStrings = " ea10d353-3f73-51f8-a26c-33c1cb351aa5"
6467
6568[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