Hi,
Using OpenCL (ocl) 3.0 and Rocm-5.2.2.0 on Ubuntu 20.04.
Clinfo from Opencl just detects my cpu as platform supporting only ocl 1.2 (AMD FX(tm)-8320 Eight-Core Processor)
sudo clinfo from rocm just detects my Radeon RX6400 supporting ocl 2.0.
I need to update my opencl projects. GetDevices() only detects my cpu, like clinfo.
Can I make opencl 3.0 detect my RX6400? Are there any sources for it anywhere?
TIA
Nikos