-
I came across this while trying to implement input/output for brainfuck.
I looked at the crash for a bit in rr, it seems that something is calling index_mut without setting registers properly.
`rsi …
-
related to https://github.com/paritytech/polkadot-sdk/issues/323 and https://github.com/paritytech/substrate/issues/9724
If we simply remove the `pallet::without_storage_info`, we get an error abou…
-
### Code
```Rust
use std::vec::Vec;
use std::iter::Peekable;
pub fn main() {
let packet = decode(vec![1,0,1,0]);
}
pub fn decode(bitstream: Vec) -> Packet {
let mut bitstream…
-
I'm a bit confused by ScopedLinkType vs LinkType vs LinkTypeFilterExt and dealing with transforming between them adds some friction. At least it should be easy to transform between these, but would be…
-
As it stands today `gltf::import_buffers` requires it's `blob` parameter to be a `Vec` since an underlying call to `gltf::buffer::Data::from_source_and_blob` may mutate this input blob to align it's s…
-
I'm not sure if this is expected behaviour, but I couldn't find any information about expected alignment in Julia.
Code to reproduce:
```julia
julia> using SIMD
julia> s = b"AAAAAAAAAAAAAABBBBBCBCBB…
-
I was fluffing around with different generic stuff and ended up enabling the Next-gen solver, where I realized that it looked like Generic Const Expressions just don't work at all.
This code seems …
-
I encountered the following problem when converting vae decoder, part of stable diffusion
```
python exception: Failure while executing pass pipeline:
error: "__module.up_blocks.0/__module.up_block…
-
# Summary
|New Failures|gcc|g++|gfortran|Previous Hash|
|---|---|---|---|---|
|linux: rv32 Bitmanip ilp32d medlow |80/8|0/0|0/0|[742d242fad997142f32a8ec5a40d78d8af4871ca](https://github.com/gcc-mirro…
-
## Context
You mentioned [here](https://github.com/huggingface/text-embeddings-inference/blob/337fbd681a30108e1b71858e1f385661da2531c6/backends/candle/src/lib.rs#L231) that this operation is expens…