[Bug 46470] OpenCL 1.2 version support required

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Feb 27 11:43:19 CST 2019


https://bugs.winehq.org/show_bug.cgi?id=46470

--- Comment #13 from Sveinar Søpler <cybermax at dexter.no> ---
I have the problem that my linux clinfo also reports this:
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]              Success [NV]
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_DEFAULT)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CPU)  No devices found in
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_GPU)  No platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ACCELERATOR)  No devices found
in platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_CUSTOM)  Invalid device type for
platform
  clCreateContextFromType(NULL, CL_DEVICE_TYPE_ALL)  No platform

So i guess something weird is up with my setup.

Was not able to compile wine successfully on my main box either, but could on a
fresh installed virtualbox with Ubuntu 18.04. Some strange library messing
stuff up i guess.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list