I have a wx7100 GPU and want to upgrade it to OpenCL 2.0. I'm running Ubuntu 18.04, I've installed the AMD drivers but the card still shows up as "OpenCL 1.1 Mesa 18.0.5"? Is this ok?
$ clinfo
Number of platforms 1
Platform Name Clover
Platform Vendor Mesa
Platform Version OpenCL 1.1 Mesa 18.0.5
Platform Profile FULL_PROFILE
Platform Extensions cl_khr_icd
Platform Extensions function suffix MESA
Platform Name Clover
Number of devices 1
Device Name AMD FirePro W7100 (TONGA / DRM 3.26.0 / 4.15.0-39-generic, LLVM 6.0.0)
Device Vendor AMD
Device Vendor ID 0x1002
Device Version OpenCL 1.1 Mesa 18.0.5
Driver Version 18.0.5
$ lsmod | grep amd
edac_mce_amd 28672 0
kvm_amd 86016 0
kvm 598016 1 kvm_amd
amdkfd 274432 1
amd_iommu_v2 20480 1 amdkfd
amdgpu 3158016 20
amdchash 16384 1 amdgpu
amd_sched 24576 1 amdgpu
amdttm 110592 1 amdgpu
amdkcl 28672 4 amdkfd,amd_sched,amdttm,amdgpu
i2c_algo_bit 16384 1 amdgpu
drm_kms_helper 172032 1 amdgpu
drm 401408 18 drm_kms_helper,amd_sched,amdttm,amdgpu,amdkcl
gpio_amdpt 16384 0
gpio_generic 20480 1 gpio_amdpt
$ uname -a
Linux ktrout 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux