finding OpenCL version slack (current) is using... GPU / Blender no recognize GPU
by BW-userx from LinuxQuestions.org on (#4ZZRW)
Code:
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=opencl-headers
VERSION=${VERSION:-$(echo OpenCL-Headers-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
PKGVER=${PKGVER:-2.2}
BUILD=${BUILD:-2}https://mirrors.slackware.com/slackw...pencl-headers/
blender says,
Code:AMD OpenCL GPU rendering is supported on Windows and Linux, but not on macOS.slack and MX linux sees a GPU but when I try to configure blender to use it, it shows there is no GPU for OpenCL
Code:Slackware 14.2 x86_64 (post 14.2 -current)
Kernel 5.4.22
CPU AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
RAM 18956 MB : 4823 : 10539
Graphics Card [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)and I'm still trying searching the net to see if a fix is out there.


cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=opencl-headers
VERSION=${VERSION:-$(echo OpenCL-Headers-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
PKGVER=${PKGVER:-2.2}
BUILD=${BUILD:-2}https://mirrors.slackware.com/slackw...pencl-headers/
blender says,
Code:AMD OpenCL GPU rendering is supported on Windows and Linux, but not on macOS.slack and MX linux sees a GPU but when I try to configure blender to use it, it shows there is no GPU for OpenCL
Code:Slackware 14.2 x86_64 (post 14.2 -current)
Kernel 5.4.22
CPU AMD Ryzen 5 2500U with Radeon Vega Mobile Gfx
RAM 18956 MB : 4823 : 10539
Graphics Card [AMD/ATI] Raven Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)and I'm still trying searching the net to see if a fix is out there.