We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 087fa42 commit b45ef3cCopy full SHA for b45ef3c
ext/RecursiveArrayToolsZygoteExt.jl
@@ -13,7 +13,7 @@ end
13
# Define a new species of projection operator for this type:
14
ChainRulesCore.ProjectTo(x::VectorOfArray) = ChainRulesCore.ProjectTo{VectorOfArray}()
15
16
-function ChainRulesCore.rrule(T::Type{<:GPUArraysCore.AbstractGPUArray},
+function ChainRulesCore.rrule(T::Type{<:RecursiveArrayTools.GPUArraysCore.AbstractGPUArray},
17
xs::AbstractVectorOfArray)
18
T(xs), ȳ -> (NoTangent(), ȳ)
19
end
0 commit comments