Install PyOpenCL for Windows ๐
I wanted to install PyOpenCL on my Windows Laptop. I got many irritating issues. Again, I tried building OpenCL then PyOpenCL. Didn't help :(. Finally, I found a way to do it swifty. Yes, it did take a lot of head scratching before coming to this solution but ,yeah, as a respect to the Open Source Community, i wanted to help other developers who are still scratching their head or gave up ๐. So Go ahead and install PyOpenCL on Windows ๐.
git clone [email protected]:ayushmankumar7/PyOpenCL-Windows.git
cd PyOpenCL-Windows
python setup.py
That's it !
If you want to contribute, please follow these steps:
- Open an issue โ
- Fork the repo ๐ฑ
- Make your changes and Send a Pull Request(PR) ๐ค