-
```
$ rustc --version
rustc 1.79.0 (129f3b996 2024-06-10)
$ cargo build --release
Compiling autocfg v1.1.0
Compiling libc v0.2.147
Compiling cc v1.0.79
Compiling proc-macro2 v1.0.66…
-
compiling geph4-exit using cargo returns
```
error: linking with `cc` failed: exit status: 1
|
= note: "cc" "-m64" "/tmp/rustchWLjtn/symbols.o" "/tmp/cargo-installxQQQS6/release/deps/geph4_e…
-
**Describe the example**
Adjoint solve immediately fails with a floating point precision error exactly at 16f0, regardless of the ODEFunction, solver, etc.
Seems to not occur in `v6.59.3`.
(Ori…
-
The [recommended `shell.nix`](https://github.com/rust-lang/rustc-dev-guide/blob/b0ee9ec8fa59a6c7620165e061f4747202377a62/src/building/suggested.md#using-nix-shell) fails to link [`tests/ui/process/nof…
-
**How to reproduce:**
1. Use a machine running macOS 11 with [MacPorts](https://www.macports.org/) installed
2. Install `libiconv` using MacPorts: `sudo port install libiconv`
Note: many commo…
-
With #2 closed, we now successfully parse all files in DMD's `compilable` test suite. However, there is still lots of valid code out there which `tree-sitter-d` fails to parse successfully.
The fol…
-
The copy-pasteable FFJORD example [here](https://docs.sciml.ai/DiffEqFlux/stable/examples/normalizing_flows/) doesn't quite work as is.
I copy-pasted the code in a brand new `--temp` environment (o…
a1ix2 updated
5 months ago
-
Hello,
I needed to compute the gradient over a gradient and was able to run the following code without error using StatefulLuxLayer as described in the "Nested Automatic Differentiation" chapter of…
-
The [Fragment Chooser](https://github.com/BlockchainCommons/Research/blob/master/papers/bcr-2024-001-multipart-ur.md) section of the Multipart UR Implementation Guide states the following:
> When s…
-
`ndarray-vision` is where ndarray-based image processing algorithms belong. Currently, the `akaze` crate does several image processing tasks on its own (fast explicit diffusion, schar filters, etc). W…