You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So pyopencl does not find platforms whose shared objects are found in the OCL_ICD_FILENAMES environment variable. I'm not sure why since get_platforms simply wraps clGetPlatformIDs, doesn't it?
MWE:
So pyopencl does not find platforms whose shared objects are found in the
OCL_ICD_FILENAMESenvironment variable. I'm not sure why sinceget_platformssimply wrapsclGetPlatformIDs, doesn't it?