have tried about 10 ways to get OpenCL working on a V1000 APU (V1404i to be exact) and can't get anything working. Worse, the documents that come with the AMD drivers on their website haven't change as the kernel and OS builds have so it's all out of date.
IOMMU is enabled in BIOS
I have tried:
- Ubuntu 18.04
- pocl-ocl-icd
- clinfo only shows processor (expected)
- mesa-ocl-icd
- clinfo won't show GPU
- ROCm DKMS (not officially supported for V1000)
- clinfo - seg fault
- ROCm OpenCL only
- clinfo - seg fault
- AMD driver kernel 5.4.2
- clinfo - shows GPU through ROCm-OpenCL that was installed through the driver, yay!
- execute openCL code -
- hangs on kernel execution
- concurrent clinfo call un-hangs the code, kills display, hangs. CTRL-C kills it, but clinfo can't be called again until after reboot
- Ubuntu 20.04
- AMD driver kernel 5.4.2
- clinfo - shows nothing because ROCm is no longer installed (despite the included documentation)
- Install Latest ROCm-OpenCL (3.7.0) - shows 1 Platform, no devices
All I want to do is get OpenCL working on this device's GPU. Has anyone at AMD tested this?