Skip to content Skip to sidebar Skip to footer

Python Pyopencl Import Error

I am using Windows 10 and getting the same error. I have AMD Radeon HD 5000 series GPU. I installed OpenCL 2.0.4.0 When I run: import pyopencl I am getting this error: Imp

Solution 1:

I found answer to my question. After I install Intel SDK for OpenCL Applications 2016, errors are disappeared. I think now when I run my code it is using intel video cord not my dedicated ATI card. I dont know how to check which one is running.


Post a Comment for "Python Pyopencl Import Error"