-
@brcfarias: Can I ask you to evaluate your implementations of the ub-shift-check over the HW benchmarks in SV-COMP 2023?
https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks/-/tree/main/c/hardwar…
-
While reviewing #24145 I discovered the following bug:
```python
In [1]: import numpy as np
In [2]: from sklearn.preprocessing import SplineTransformer
In [3]: SplineTransformer(extrapolatio…
-
Benchmarks for [mul_assign](https://github.com/Janmajayamall/bfv/blob/529ac07fdaf11ad8ac1ec9b6d98401cab765303b/bfv/benches/poly.rs#L329)
```
Moduli Count: 2
M1 Pro
Num thread = 1
poly/mul_ass…
-
[Aztek has implemented a GLV-variant of Pippenger](https://github.com/AztecProtocol/barretenberg/blob/f45c27ecd70a3c5607cf30ad5e36bcb4b7385b6d/barretenberg/src/aztec/ecc/fields/field.hpp). In short, t…
-
Some software optimization for special primes uses unnormalized representations. For example, when two numbers are added together, the number does not always be smaller than the modulus. The same can …
-
A bad key in the redirect JSON config causes the server to fail in certain environments. Dev seemed to work but deploying to modulus didn't work. Thankfully in the latter I was given better feedback i…
-
As some of you might be aware a group of researchers around Prof. Tobias Grosser from the University of Edinburgh/Cambridge University have been using (an earlier version of) our `polynomial` dialect …
-
The modulus of "adjustment" needs to be adjustable (heh heh) or flexible for
-
Hello, I am attempting to solve a 2D plane strain boundary value problem using a linear elastic material with Young's modulus that varies spatially, expressed as E = E(x,y) or E(nodes). I have used 'Q…
-
Continuing on the discussion here #1150
I have made modifications to the Bedrock2 specs for field operations that allow for arbitrary finite fields, as opposed to the current versions that have a …