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 d55fc00 commit 5bbba91Copy full SHA for 5bbba91
ext/DynamicPPLChainRulesCoreExt.jl
@@ -25,9 +25,5 @@ ChainRulesCore.@non_differentiable DynamicPPL.updategid!(
25
ChainRulesCore.@non_differentiable DynamicPPL.infer_nested_eltype(x)
26
27
ChainRulesCore.@non_differentiable DynamicPPL.recontiguify_ranges!(ranges)
28
-# TODO(mhauru) A workaround for https://github.com/FluxML/Zygote.jl/issues/1523, remove when
29
-# fixed. Note that this is some serious type piracy. Needed because VarNamedVector uses
30
-# BitVectors.
31
-ChainRulesCore.@non_differentiable BitVector(a, b)
32
33
end # module
0 commit comments