Guide | Install AMD OpenCL on: Pop!OS & some Ubuntu Derivates | Linux, amdgpu, amdgpu-pro, rocm, rocr

Hi !
So sad ! it did not worked for me (but thanks for the share)

the config

Here’s my config infos for you

# neofetch

         /////////////
     /////////////////////
  ///////*767////////////////
//////7676767676*//////////////       root@pop-os 

/////76767//7676767////////////// -----------
/////767676///76767/////////////// OS: Pop!_OS 22.04 LTS x86_64
///////767676///76767.///7676
/////// Kernel: 5.18.10-76051810-generic
/////////767676//76767///767676//////// Uptime: 12 mins
//////////76767676767////76767///////// Packages: 2370 (dpkg)
///////////76767676//////7676////////// Shell: bash 5.1.16
////////////,7676,///////767/////////// Resolution: 2880x1600
/////////////*7676///////76//////////// Terminal: gnome-terminal
///////////////7676//////////////////// CPU: AMD Ryzen 7 5800X (16) @ 3.800GHz
///////////////7676///767//////////// GPU: AMD ATI Radeon RX 6700/6700 XT / 6800M
//////////////////////’//////////// Memory: 2641MiB / 32012MiB
//////.7676767676767676767,//////
/////767676767676767676767/////
///////////////////////////
/////////////////////
/////////////

# hostnamectl

Static hostname: pop-os
Icon name: computer-desktop
Chassis: desktop
Operating System: Pop!_OS 22.04 LTS
Kernel: Linux 5.18.10-76051810-generic
Architecture: x86-64

post try

Here’s some result of my try (did not see errors)

# ./amdgpu-install --no-dkms --opencl=legacy,pal

blablabla

#apt install opencl-headers ocl-icd-libopencl1

blablabla

# clinfo

Number of platforms 1
Platform Name AMD Accelerated Parallel Processing
Platform Vendor Advanced Micro Devices, Inc.
Platform Version OpenCL 2.1 AMD-APP (3224.4)
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd cl_amd_event_callback cl_amd_offline_devices
Platform Extensions function suffix AMD
Platform Host timer resolution 1ns

Platform Name AMD Accelerated Parallel Processing
Number of devices 0

NULL platform behavior
clGetPlatformInfo(NULL, CL_PLATFORM_NAME, …) No platform
clGetDeviceIDs(NULL, CL_DEVICE_TYPE_ALL, …) No platform
clCreateContext(NULL, …) [default] No platform
clCreateContext(NULL, …) [other]
clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM) No devices found in platform
clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL) No devices found in platform