File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
3
3
version = " 0.6.16"
4
4
5
5
[deps ]
6
+ Adapt = " 79e6a3ab-5dfb-504d-930d-738a2a938a0e"
6
7
ConstructionBase = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
7
8
DataAPI = " 9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
9
+ GPUArraysCore = " 46192b85-c4d5-4398-a991-12ede77f4527"
10
+ StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
8
11
Tables = " bd369af6-aec1-5ad0-b16a-f7cc5008161c"
9
12
10
13
[weakdeps ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module StructArraysAdaptExt
2
2
# Use Adapt allows for automatic conversion of CPU to GPU StructArrays
3
3
using Adapt, StructArrays
4
4
@static if ! applicable (Adapt. adapt, Int)
5
- # Adapt.jl has curried support, implement it ourself
5
+ # Adapt.jl has no curried support, implement it ourself
6
6
adpat (to) = Base. Fix1 (Adapt. adapt, to)
7
7
if VERSION < v " 1.9.0-DEV.857"
8
8
@eval function adapt (to:: Type{T} ) where {T}
You can’t perform that action at this time.
0 commit comments