Skip to content

Commit 6b95b9c

Browse files
bump Zygote version
1 parent b45ef3c commit 6b95b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Requires = "1.0"
2828
StaticArraysCore = "1.1"
2929
SymbolicIndexingInterface = "0.1, 0.2"
3030
Tables = "1"
31-
Zygote = "= 0.6.55"
31+
Zygote = "= 0.6.57"
3232
julia = "1.6"
3333

3434
[extensions]

ext/RecursiveArrayToolsZygoteExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ChainRulesCore.ProjectTo(x::VectorOfArray) = ChainRulesCore.ProjectTo{VectorOfAr
1515

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

2121
@adjoint function getindex(VA::AbstractVectorOfArray, i::Int)

0 commit comments

Comments
 (0)