cancel
Showing results for 
Search instead for 
Did you mean: 

OpenCL

nibal
Challenger

OpenCL support for Radeon RX6400

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

 

 

1 Solution
nibal
Challenger

Issue resolved.

Installing rocm-5.2.0 from sources, not only gave me Ocl 2.0, but also Ocl sources.

Additionally, I can run clinfo as user. Rocminfo still requires root access:(

View solution in original post

0 Likes
1 Reply
nibal
Challenger

Issue resolved.

Installing rocm-5.2.0 from sources, not only gave me Ocl 2.0, but also Ocl sources.

Additionally, I can run clinfo as user. Rocminfo still requires root access:(

0 Likes