-
I couldn't get either methods for adjoint generation working over the `@parallel` stencil. For pure Zygote-based VJP calculations,
```julia
@parallel function diffusion3D_step!(T2, T, Ci, lam, dx…
-
The implementation of `logsumexp` in StatsFuns is quite optimized (see, e.g., https://github.com/JuliaStats/StatsFuns.jl/pull/97), it works with GPUs, is numerically more stable than the implementatio…
-
There are many constructions such as joins, which would benefit greatly from having this lemma. It is described in Brunerie's thesis, apparently suggested by Finster.
On my [3x3 branch](https://git…
-
My apologies in case this has been discussed before. @dkarrasch would you consider making `LinearMap{T}` a subtype of `AbstractMatrix{T}`?
I've really grow to love the flexibility of `LinearMap`s a…
-
Here is a MWE:
```julia
julia> function bench(n)
c = ones(n)
_, back = forward(p -> c[1] * p, 1)
@benchmark $back(1)
end
bench (generic function with 1…
-
I have a large system of coupled ODEs (~280x16). The loss computation, which involves solving odes (I am using odeint from experimental), takes 163ms. The gradient step takes ~33 secs. It is a relativ…
ibulu updated
2 years ago
-
Hi, I think the last commit (https://github.com/WardBrian/pybind_expose_stan_fns/commit/c85790f60e82fc678137803872238ecedef1a6a0) caused this error, I installed the previous one and used it normally. …
-
Hi Ferdinand,
This is some longer list of typos/comments on your K-theory notes. (For now it's only chapter I; I might also go through the later chapters in this much detail in the semester break.…
-
Once https://github.com/maxsnew/multi-poly-cats/issues/7 is done, there are several applications to adjunctions that are more or less immediate:
1. In `Cubical.Categories.Adjoint` They give two defin…
-
Do you have a plan to remove all `return_type` from the API-visible part (including empty input)? Could you share your plan if you have one?
Also, I don't think it's possible to specify the `eltyp…
tkf updated
10 months ago