Closed KristofferC closed 4 years ago
The new code fails on e.g.
@context VATupleCtx x = rand(5) ctx = enabletagging(VATupleCtx(), 1) result = overdub(ctx, broadcast, sin, x)
but I didn't see this because of all the other errors on nightly.
Actually, that fails on with this reverted as well :D
https://github.com/jrevels/Cassette.jl/pull/158 caused this to start failing.
The new code fails on e.g.
but I didn't see this because of all the other errors on nightly.