-
### 🐛 Describe the bug
Hi,
I was asked to report an issue here from https://github.com/wootwootwootwoot/ComfyUI-RK-Sampler/issues/1 .
I am on Torch nightly and at first launch of ComfyUI after inst…
-
[src.tar.gz](https://github.com/diku-dk/futhark/files/12100687/src.tar.gz)
I apologize, but the compression is needed because github does not support .fut files.
Decompress and compile with
…
-
I have a collection of positive-definite, symmetric, complex matrices I need to quickly solve linear systems on. Given the positive definiteness, I initially tried `cholesky` but that gave me the erro…
-
The list of things to handle is:
- [ ] https://github.com/SciML/DiffEqBase.jl/blob/44d1cf859c7073249a5455ce49841237f4693284/src/zygote.jl
- [x] https://github.com/SciML/RecursiveArrayTools.jl/blob…
-
## Description
Currently, derivatives of `cholesky_decompose` and `eigenvalues_sym` return lower triangular matrix.
This is what finite differences return because the implementation of those functio…
-
## Current state of code
As per #239 we have a neat forecast function for models which have had inference on some time span $(1, T)$. The posterior chain can be used to condition the sampling of th…
-
Seems this miss an adjoint
MWE:
```julia
using Zygote, SparseArrays
_, back = Zygote._forward(sprand(2, 2, 0.1), sprand(2, 2, 0.2)) do x, y
x - y
end
```
-
https://github.com/gridap/Gridap.jl/issues/633
-
Because closures are not consistent types, they inhibit precompilation. If the closures used for the adjoints were instead callable types, which would make sure that every session has the same types a…
-
#### Summary:
I'm trying to build the `feature/survival` branch from source, using "Install and Restart" in the RStudio console for the `rstanarm.Rproj` R project.
But after taking forever (some…