01-23-2022, 01:02 PM
Remove the INTEL opencl stuff that you installed previously, it seems to choose the
wrong opencl driver.
I assume it is not an Intel gfx card you installed, but I915 in DRM_IOCTL_I915_GEM_APERTURE
above indicates it tries to use the inbuilt INTEL CPU/GPU.
Working OpenCL drivers on linux might require some googling.. :-(
wrong opencl driver.
I assume it is not an Intel gfx card you installed, but I915 in DRM_IOCTL_I915_GEM_APERTURE
above indicates it tries to use the inbuilt INTEL CPU/GPU.
Working OpenCL drivers on linux might require some googling.. :-(