-
Played around with nuscenes in a native release build. Opened the command pallete and went "Reset Rerun". Crashed with the following callstack:
```
thread 'main' panicked at 'Error in Queue::submit:…
Wumpf updated
2 weeks ago
-
### Describe the bug
`device.queue.read_buffer` times out
### To Reproduce
```
git clone https://github.com/tinygrad/tinygrad.git
cd tinygrad
python3 -m pip install -e .
PYTHONPATH=. WEBGPU=1…
-
When trying to render https://wpt.live/css/css-flexbox/flexbox-paint-ordering-002.xhtml with Blitz (tested with Blitz commit [d02253d](https://github.com/DioxusLabs/blitz/commit/d02253d61c1372890231c4…
-
This is error was non-fatal, although the application crashed with a floating point exception (#28) later. Brush 5282879 on Linux x64 with an NVIDIA GPU.
```
[2024-11-19T22:30:50Z ERROR wgpu_hal::…
-
Hello! I get a RuntimeError when I have an AxesHelperin the scene scene and move the camera through the GUI (see traceback below). I can reproduce the issue by just adding the line `scene.add(gfx.Axes…
-
I want to render some scenes to the desktop using a transparent window. This requires setting the `alpha_mode` to `premultiplied` in the `CanvasContext.config()` method.
I have added a flag in the …
-
I love to try out on my Jetson AGX Orin Dev-kit (32GB) when there is an new Tutorial on Jetson-AI-Lab.
But I got an Error message on Jetson-AI-Lab tutorial LeRobot https://www.jetson-ai-lab.com/l…
-
While creating a surface plot for an image with dimensions `(3,3344,5822)`, a `GPUValidationError` is thrown.
The limits seems to be set at 2048, could this be changed dynamically?
Code Snippet:…
-
Repro steps on Linux:
```bash
git clone https://github.com/kvark/wgpu -b swap-chain
cd wgpu
RUST_BACKTRACE=1 make
```
Error:
```
thread 'main' panicked at 'called `Result::unwrap()` on an `Err…
-
### Describe the bug
Some of my users complained about "not being able to zoom". We couldn't figure it out until one of them tried to do so on my laptop, and we noticed they were trying to pinch on…