Jasper Bekkers
Jasper Bekkers
Right now `gimli` is always compiled in it looks like. However, since it only targets DWARF, I think it could be an optional feature on windows. On our windows builds...
``` OS Version: windows None (None) Report Version: 104 Application Specific Information: assertion failed: `(left == right)` left: `128`, right: `0` Thread 0 Crashed: 0 std 0x7ff7e6d46b7c std::panicking::begin_panic_fmt (panicking.rs:437) 1...
## Bug Report It takes Tonic approximately ~25 seconds to prepare a packet when it's 2GB in size, but ultimately it doesn't get received by the localhost server and the...
## Bug Report I've only made a minor modification to the `helloworld` sample so the message takes bytes instead of a string. Then I send it around 2G of data...
Now that the full bindless mode has been stripped (#710), I would like to open up this issue so that we can all get on the same page and see...
Tracking issue for features we think are missing or useful in to have in SPIR-V - `OpTrap`: trigger a breakpoint
Let's start off with the simplest hlsl shader I can more or less come up with to do bindless support, which I would like to port to rust-gpu. Notice that...
We want to have the same types of safety on the GPU as we do on the CPU. One of those areas that make it easy to introduce race conditions...
A few options here: - Hack the compiler to just output the data layout that we want - Add `#[repr(std140)]` and `#[repr(std430)]` to the language frontend (maybe have better names...
When `store_stack_traces` is on (which it is by default) we occasionally get a crash in the `backtrace` crate. It would seem we're asserting in this line: https://github.com/rust-lang/backtrace-rs/blob/47069af003d7f4ca62f5b4517a43039c46dfc34d/src/dbghelp.rs#L315 ``` OS Version:...