Closed kaminetzky closed 3 years ago
I think I will just disable the support of other than NVIDIA platform for now, for which it has been developed. Various implementations omit various parts of the standard and then you get similar errors. I strongly advise to use an NVIDIA GPU because to make things run really cross-HW-platform will be tricky.
Hey Tomas!
That's what I thought. Looks like macOS hasn't supported OpenCL for a while. Do you know if it's possible to run Syris on my CPU? Maybe that way it could work.
By the way, I ran your code on Google Colab and everything went great. ;)
I think the problem is not mac but the opencl installation. If you stick an nvidia vard in your mac and install cuda chances are it will work.
Alright. Thanks!
I tried installing it with conda and it worked. :)
Hello there!
I'm having issues running Syris on macOS Big Sur 11.1 and Python 3.9.4.
After installing PyOpenCL, this simple example works properly. However, when running
python -m examples.simple
I get the following error:I've spent hours trying to find a solution but have had no luck. Any idea on what could be going on?
Cheers! Alex