Hi,
I want to use rocM/OpenCL with my following setup:
AMD CPU 5950
GPU 7900 XTX
Ubuntu 22.04.1 LTS
So I installed the recommend amdgpu-install package, excuted 'amdgpu-install --opencl=rocr', rebooted and tried to compile run a simple OpenCL program - but it did a SIGSEGV.
The clinfo output shows me that it cannot build a program:
....
ERROR: clBuildProgram(-11)
The log in my home directory ($HOME/.cache/pocl/kcache/HC/NCOMMENGDMGEMFMJPBGNJKKHLHLCCIGAOFJGH/build.log) shows: 'error: unknown target CPU 'generic''
I am stuck right now. Is this this a known bug, or can I fix this?
Any ideas are welcome!
- Artur