Frames White
Frames White
yeah something near to master
I wonder if we shouldn't just deprecate Stack and Queue and tell people to use `Deque` or `Vector` depending on need.
> Vector isn't a great queue unfortunately (circular queues are generally better since you never have to move data around within the structure) Last time i branch marked it (which...
So what is going wrong is we *should* be creating the tangent for the array as a similar array, but we are instead creating it as a `NoTangent`. So we...
Workaround: Instead of writing `frule((df, dx), ::typeof(f), x; kws...)` I had to write `frule((_, dkw, df, dx), ::typeof(Core.kwcall), kw, ::typeof(f), x)`
I think it should be feasible. Right now its mostly interesting as an alternative to ForwardDiff.jl (since the reverse-mode stuff is at least for now on the back-burner). Once we...
@oscardssmith this is why we were seeing lots of gotos. It wasn't the optimizer missing a compression step on nightly, it's Cthulu apparently it always does this even on 1.8
That's not a thing in GitHubActions, https://github.com/actions/runner/issues/2347
Not for this, but once we decide we need GPU CI then maybe we might as well switch fully to buildkite ?
Sorry yeah, I was going to then i fixed the bug I was needing to debug. It is in my TODOs, I get a ping from slack each day reminding...