-
Error:
```
➜ ninja all iree-test-deps && ctest -j32 --label-exclude '^driver=cuda|metal' --output-on-failure
[0/2] Re-checking globbed directories...
[53/53] Generating kernels_gfx1100.co
FAILED…
kuhar updated
5 months ago
-
The `find_library` function in `libdl.jl` makes two calls to `dlopen` while searching for a library. It has been discovered that this causes problems when looking for the ROCm library `libamdhip64…
-
Even though DeepSpeed has an argument, you cannot run the program without it being installed. Even after removing the DeepSpeed imports it still wants to use DeepSpeed stuff, so you can never make it …
xzuyn updated
4 months ago
-
It seems AMD is catching up with Nvidia. I am thinking about considering AMD GPUs instead of Nvidia because of the scarcity of 30 series.
Need Some infos.
1. How is the fp16 performance for ROCm pyt…
-
Fresh Ubuntu 18 install. I installed padoka PPA to run my DXVK Wine stuff. Then I installed ROCm to get performance back.
```
/tmp/AMD_2357_18/t_2357_20.cl:4:5: error: implicit declaration of func…
-
Recently `tests/cupy_tests/linalg_tests/test_product.py` (TestDot) is failing for some reason. I tested but running this script alone did not reproduce the issue. Both observed in Jenkins and cupy-roc…
-
### Problem Description
On Ubuntu 22.04 w. linux kernel 6.7.5, Radeon Pro VII.
The behavior of the OpenCL compilation flag -save-temps seems altered on ROCm 6.1 vs. all previous ROCm versions.
Th…
preda updated
4 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Currently Forge installs a very old version…
-
* Conditions (you can just paste the output of `python -c 'import cupy; cupy.show_config()'`)
- CuPy version 9.1.0
- OS/Platform AMD ROCm
* Code to reproduce
```python
import cupy
code…
-
The naming convention is conflicting. Maybe better to use ROCM_PATH instead? It's used in ROCm docs (but only once)
https://rocmdocs.amd.com/en/latest/Deep_learning/Deep-learning.html?highlight=ROCM_…