-
## 🐛 Bug
I'm trying to run on a Asus Zephyrus g14 (2022). But Rocm doesn't work (failed with error: shared object initialization failed), and vulkan returns complete nonsense.
```
HSA_OVERRIDE_…
-
-
This triggers a stack overflow of rustc (even without the TAIT feature gate, i.e. on stable too) ([playgound](https://play.rust-lang.org/?version=nightly&mode=debug&edition=2021&gist=b581d2443a09d94d4…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
No longer able to start local server on M1 Mac.
### …
-
Ruff 0.0.291 (latest changes from main branch)
```
ruff format *.py
```
file content(at least simple cpython script shows that this is valid python file):
```
def _ndarray_constant_handler(
)…
-
I ran cargo run in the faer-bench dir and the result was a panic.
The system is a Arm MacOS with the newest nichtly.
leifeld@MacStudovonDirk faer-bench % cargo +nightly run --release --no-default…
-
**Describe the bug**
I'm trying to use Pantsbuild to create a Docker image and run it. However, I'm encountering an issue where the build process fails with the error message:
```
Failed to find …
-
tried to get the build environment set up using the instructions in the Contributing section - running Windows 11, VS code, have run yarn on other projects with no issue. here is what I saw
PowerSh…
-
### Feature description
`burn-core`, `burn-tensor`, and `burn-ndarray` should run with `no_std` attribute.
### Feature motivation
Making inference packages (burn-core, burn-tensor, and burn-…
-
I've come across the need to do some 3D interpolation and from what I can tell, implementations of interpolation routines are pretty thin on the ground in the rust ecosystem at present. There are GSL …