Skip to content

Commit bc629da

Browse files
committed
Apply suggestions from code review
1 parent 58a54f9 commit bc629da

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
33
version = "0.6.16"
44

55
[deps]
6+
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
67
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
78
DataAPI = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
9+
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
10+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
811
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
912

1013
[weakdeps]

ext/StructArraysAdaptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module StructArraysAdaptExt
22
# Use Adapt allows for automatic conversion of CPU to GPU StructArrays
33
using Adapt, StructArrays
44
@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
66
adpat(to) = Base.Fix1(Adapt.adapt, to)
77
if VERSION < v"1.9.0-DEV.857"
88
@eval function adapt(to::Type{T}) where {T}

0 commit comments

Comments
 (0)