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
Some installs of pyopencl cause an access violation in kernelcl.py, line 82
cl.create_some_context(interactive=False)
This has happened on a machine without a GPU with pyopencl installed. Removing pyopencl is a work-around, but it should probably be dealt with, especially if distributions of sasview are installing pyopencl.
The text was updated successfully, but these errors were encountered:
Some installs of pyopencl cause an access violation in
kernelcl.py
, line 82This has happened on a machine without a GPU with pyopencl installed. Removing pyopencl is a work-around, but it should probably be dealt with, especially if distributions of sasview are installing pyopencl.
The text was updated successfully, but these errors were encountered: