We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b9f5d commit a68073fCopy full SHA for a68073f
ext/StructArraysAdaptExt.jl
@@ -2,7 +2,7 @@ module StructArraysAdaptExt
2
# Use Adapt allows for automatic conversion of CPU to GPU StructArrays
3
using Adapt, StructArrays
4
@static if !applicable(Adapt.adapt, Int)
5
- # Adapt.jl has curried support, implement it ourself
+ # Adapt.jl has no curried support, implement it ourself
6
adpat(to) = Base.Fix1(Adapt.adapt, to)
7
if VERSION < v"1.9.0-DEV.857"
8
@eval function adapt(to::Type{T}) where {T}
0 commit comments