-
This is based on [this rsmpi example](https://github.com/rsmpi/rsmpi/blob/jed/enzyme/examples/dot_enzyme.rs). After checking out that branch, please run
```console
$ cargo mpirun -n 2 --example=…
-
### Description
In test/AutoDiff/SILOptimizer/generics.swift, we have the following comment:
```
TODO(TF-851): Uncomment the tests below after `@differentiable` function SILGen thunking is fixed.…
-
Are there any plans of supporting this library in a CLI tool?
Sometimes I want to dual_autodiff but I can't do it quickly and conveniently from my command line.
Best wishes
-
### Description
In https://github.com/swiftlang/swift/pull/70787, a new mandatory BooleanLiteralFolding pass was added. That patch also changed `true` and `false` literals in some tests to `1 == 1`…
-
### Description
_No response_
### Reproduction
```swift
import _Differentiation
@propertyWrapper
struct Wrapper : Differentiable {
var wrappedValue: Float
init(wrappedValue: Float) {…
-
```julia
using Enzyme, SparseArrays, Statistics
function bc0_test_function(ps)
z = view(ps, 26:30)
C = Matrix{Float64}(undef, 5, 1)
C .= z
return C[1]
end
@noinline functio…
-
Some solvers use `Val`, others not:
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/lib/OrdinaryDiffEqRosenbrock/src/algorithms.jl#L114
https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/…
-
Very nice package :-)
While playing around with different optimization objectives I ran into an autodiff issue.
The following always returns exactly zeros, which I think isn't correct. This might …
-
-
We could have possibly the following examples:
- [x] A simple U-Net (pulled from fastMRI dataset possibly), trained? @Lenoush can you handle this in your free time? #199 #209
- [ ] A network built …