Skip to content

Commit b45ef3c

Browse files
namespace
1 parent 087fa42 commit b45ef3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end
1313
# Define a new species of projection operator for this type:
1414
ChainRulesCore.ProjectTo(x::VectorOfArray) = ChainRulesCore.ProjectTo{VectorOfArray}()
1515

16-
function ChainRulesCore.rrule(T::Type{<:GPUArraysCore.AbstractGPUArray},
16+
function ChainRulesCore.rrule(T::Type{<:RecursiveArrayTools.GPUArraysCore.AbstractGPUArray},
1717
xs::AbstractVectorOfArray)
1818
T(xs), ȳ -> (NoTangent(), ȳ)
1919
end

0 commit comments

Comments
 (0)