-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python (Reikna) GPU support on Windows? #20
Comments
Hi, the GPU support in this version of Lenia in Python is not optimal, in most cases CPU version is even faster (except in higher dimensions like 3D). I only tested it with AMD Radeon GPU, NVIDIA GPUs may need some changes in the code. |
Wow, Thanks for the comprehensive and helpful reply! |
@Chakazul I sent you an email a couple of days ago, just want to make sure you got it. :) |
web 3, git remote add origin. |
Hello, I am a big fan of your work! Quick question, are there some extra steps I need to take to enable GPU support, at least on Windows? (I would be normally using linux but my dual boot setup is currently broken)
I had to tweak the dependencies to get it to work right, but I'm still using mostly the same install. I also had to install PyCUDA to get Reikna to do anything, I think this is normal but I couldn't find anything about it specifically for Lenia. However, I still get an error saying the compiler preprocessing of the CUDA shaders failed.
I have the latest stable NVIDIA graphics drivers, and an NVIDIA GTX 1650. I tried doing a clean install of the graphics drivers, and all of the CUDA test programs seem to work. Is it possible my GPU or operating system is not fully supported by Lenia Python? Or am I just overlooking something? My adapted
requirements.txt
file is attached below if it helps. Let me know if you need any more information.requirements.txt
The text was updated successfully, but these errors were encountered: