-
This issue is a rallying point for future AArch64 porting as much as anything. I've taken [a quick stab](https://github.com/MrDOS/nrjavaserial/commit/fa80e61632d97b78334c85efb27604eabb3e534f) at hacki…
-
I am trying to run [HPL benchmark](https://www.netlib.org/benchmark/hpl/) using different BLAS libraries (OpenBLAS, MKL and BLIS). The problem is I cannot get BLIS to work satisfactorily with OpenMPI.…
-
**Description**
Permission denied error when attempting to `chmod /dev/stdout` without passing `-t` to `docker run`. Selinux is enabled and enforcing.
**Steps to reproduce the issue:**
…
kbrwn updated
4 years ago
-
### 🐛 Describe the bug
Debian 13
python 3.10.12 venv
ROCm 6.1 / HIP
Using PyTorch2.4.1_rocm & compile xformers from source
When using txt2img and having xformers utilized in the script the runn…
-
Hello! I love this project and I have been using it for a long time, but after looking at the code, I noticed multiple problems. I ended up rewriting the whole backend and I think it works much better…
ViRb3 updated
2 years ago
-
When I attempt to clear select build cache files using the `--filter` option of `docker builder prune`, the filter option is seemingly ignored. For example if I use `docker builder prune --filter "l…
-
**Describe the bug**
When i attempt to run a docker image built with `dockerTools.buildImage` having the `fromImage` attribute set, i get
```
standard_init_linux.go:219: exec user process caused: n…
-
### Problem Description
I was following the "Using a wheels package", "Install on bare metal" instructions from the ROCm documentation: [Install on Linux - PyTorch](https://rocm.docs.amd.com/projects…
-
Hi, thank you for sharing your code!
But, I can not run it on GPU.
The cmd line like python main.py --device 'cuda:0',
and the Traceback message likes:
Training configs: Namespace(batch_size=32, …
-
eBPF bytecode can be compiled to bpfel or bpfeb depending on the target platform.
We should:
- Package both el/eb variants of BPF bytecode in an eBPF OCI image
- Ensure that bpfman is unpacking…