-
Click to expand!
### Issue Type
Bug
### Source
source
### Tensorflow Version
tf 2.9
### Custom Code
Yes
### OS Platform and Distribution
Linux Ubuntu 20.04
### Mobi…
-
Various operations have been added haphazardly over time as needed; we should just finish the job.
-
In `float/common.sail` there is
```
val not : forall ('p : Bool). bool('p) -> bool(not('p))
function not(b) = not_bool(b)
```
This is generic and doesn't really have anything to do with …
-
### Dafny version
4.5
### Code to produce this issue
```dafny
type shorts8 = (bv16,bv16,bv16,bv16,bv16,bv16,bv16,bv16)
opaque ghost function IpV6BitsToShorts(br: bv128): shorts8
{
…
-
The Crucible-LLVM function `projectLLVM_bv` takes a pointer, asserts that it is a bitvector, and returns the bitvector value. The problem is that when this assertion fails, it does so with a generic a…
-
Slow in simulation implementation:
```Haskell
-- | Reverse bitvector
reverseBV :: KnownNat n => BitVector n -> BitVector n
reverseBV = v2bv . reverse . bv2v
```
_Originally mentioned by @chr…
-
We want to rewrite the current translation of C floating point types to Boogie to fix various issues, in particular the support of different kinds of ``NaN``s.
Our solution is -- at a very high level…
-
This is submitted as a follow up to https://github.com/sympy/sympy/issues/13821, in the hope that such an addition will be useful for SymPy.
Bitvector aka bitvect aka bit vector aka bitarray aka bi…
-
LoopVectorization.check_args returns false for `OffsetArray{Bool, BitVector}`, but doesn't with the similar `OffsetArray{Bool, Vector{Bool}}`
Code to reproduce the problem:
```julia
using OffsetArr…
-
This collections crate fails to uphold the required invariants for callers of `slice::from_raw_parts`
```
Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
warning: the fol…