-
Original issue: https://github.com/EmbarkStudios/rust-gpu/issues/1075
### Expected Behaviour
This compiles fine with rustc (I guess this bit is probably eliminated?).
### Example & Steps To Rep…
-
Some CPU architectures have developed "matrix extensions". These are sometimes equivalent to "vectors, but bigger" in terms of how the ABI should be handled (reusing the same architectural state, thus…
-
## Description
When translating C code with a `const` variable, `c2rust` incorrectly generates a mutable `static mut` variable in Rust. This behavior is inconsistent with the immutability semantics…
-
We need an efficient memory map to [be able to manage malloc and mmap effectively](https://github.com/Lind-Project/lind-wasm/issues/4). It seems like a good start would be to port [NaCl's memory map](…
-
Hi!
A Callbacks object is owned by `Solver.cbs` and has a raw pointer to it passed to the external code.
https://github.com/mmaroti/cadical-rs/blob/ddf3a60a37cef0476bada1f6ebfde0545300a886/src/l…
-
This is a tracking issue for changing the indentation level used in formatting assignment/op expressions where the left hand side expression has to be formatted across multiple lines, with the style/f…
-
Should `rustfmt` be enforced in the rust projects? Personally I am a fan, and it is well integrated in `cargo` and IDEs, and it's widely used.
[Validating it in CI](https://github.com/rust-lang/rus…
-
Minimal repro that fails to compile:
```rust
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main() {
let x = [[1; 2]; 1];
}
```
Bisects to https://github.com/Rust-GPU/rust-gpu/commi…
-
I wanted to know if it's possible to make queries from the Rust side, or if should be using other library if I don't plan to use the frontend side.
Currently, with the store plugin I do this:
`…
-
See https://github.com/NVIDIA/CUDALibrarySamples/tree/master/nvCOMP and https://github.com/rapidsai/kvikio/tree/branch-25.02/python/kvikio and https://github.com/NVIDIA/nvcomp?tab=readme-ov-file
Py…