08-15-2023, 10:58 AM
I think that to use OpenCL on your 6900xt GPU, you need to install the appropriate drivers and libraries for your system.
You can install the latest Pro Radeon drivers (version 21.10) using the command:
./amdgpu-pro-install -y --opencl=pal,legacy
This will install the AMDGPU-PRO driver and the OpenCL runtime for both legacy and PAL (Platform Abstraction Layer) devices. The 6900xt GPU belongs to the RDNA 2 architecture, which is supported by the PAL runtime.
You can install the latest Pro Radeon drivers (version 21.10) using the command:
./amdgpu-pro-install -y --opencl=pal,legacy
This will install the AMDGPU-PRO driver and the OpenCL runtime for both legacy and PAL (Platform Abstraction Layer) devices. The 6900xt GPU belongs to the RDNA 2 architecture, which is supported by the PAL runtime.