Open artyom-beilis opened 2 months ago
Same with rocm 6.2
@artyom-beilis AMD dropped supporting gfx8 officially from ROCm 4.0. Related ticket: https://github.com/ROCm/ROCm/issues/1265
Hi @artyom-beilis, we will look into this. Can you try running clinfo
with AMD_LOG_LEVEL=4
? e.g. AMD_LOG_LEVEL=4 clinfo
.
There is a similar issue ROCM/ROCM#3664 that may have the same root cause and is under investigation.
It is problematic, since I downgraded to ROCM-5.7.2 - at least I have working OpenCL rocm driver.
I'll see when I can do it. Anyway from the crash backtrace it looks the location is different
Problem Description
Any opencl program crashes
OpenCL runtime
Here backtrace from clinfo:
Here from other opencl program
While I understand that you don't support hip/pytorch and other stuff on for GCN4 - OpenCL is something that goes with official specs of the GPU and I expect a working OpenCL driver.
Operating System
Ubuntu 22.04 amd64
CPU
Intel i5 6600
GPU
AMD Radeon VII
ROCm Version
ROCm 6.1.0
ROCm Component
clr
Steps to Reproduce
Install opencl and run clinfo -l
(Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support
Additional Information
No response