-
The old issue #1018 from August was getting a bit lengthy so I'm moving to a new issue – feel free to close that one.
This relates to my one-year effort to try to get Enzyme.jl working as one of th…
-
I will copy and likely extend these notes into `Strategies` but here is the rough idea. Whereas the prefix function is at the beginning of the pipeline, the state representation function is towards th…
-
Hello,
There seems to be an inconsistency in the way bitvectors are represented.
The addition function ([`bv_add`](https://github.com/smtcoq/smtcoq/blob/coq-8.18/src/bva/BVList.v#L563)) seems to…
-
I suspect it's for OTe use outdated version.
But on most recent branch don´t compile.
Pls, check and reply.
```
Cloning into 'libPSI'...
remote: Enumerating objects: 4083, done.
remote: Coun…
-
# 🐛 Bug
When the Move code contains constants such as `const MAX_FRACTIONAL_PART: u128 = 0xFFFFFFFFFFFFFFFF;`, [constant_map](https://github.com/aptos-labs/aptos-core/blob/30e05cf5f025096f6c8e60e64…
-
See for example [here](https://github.com/ReactiveBayes/GraphPPL.jl/actions/runs/7930894994/job/21654038566)
The version is `[033835bb] JLD2 v0.4.45`.
The error thrown is
```julia
caused by:…
-
```
default Order dec
$include
$include
type log2_xlen_bytes : Int = 2
type xlen_bytes : Int = 2 ^ log2_xlen_bytes
type xlen : Int = xlen_bytes * 8
type xlenbits = bits(xlen…
-
The behavior of the test case below is changed by Souper even with UB turned off. Of course it could be an LLVM bug exposed by Souper, but we need to take a look.
```
$ cat small.c
int printf(const c…
-
This might be considered an edge case because of the Boolean type, but I'm leaving it here as an FYI in case it turns out to matter.
This used to work (gives gradient of `nothing`) under 1.9.0, but u…
-
Hi,
The input/output causality specifiers do not seem to work properly. Or it is rather an equation system simplification issue given the time when the error occurs.
The following test model is a …