-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Using CMDSTAN with OPENCL/GPU for prophet #2082
Comments
@bletham Can you check this and recommend? |
Nice one! I guess we can allow the user to pass a command line flag to use GPU / OpenCL for compilation. There's really no downside to this if it's optional (provided all the tests still pass with the GPU-compiled binary), so happy to review the PR if you'd like to work on it :) |
Ok, I will make a PR |
Any updates about the PR? |
1 similar comment
Any updates about the PR? |
+1 |
As of now prophet uses CPUs
I have been successfully able to use GPU/OPENCL compiled model for inferences https://github.com/rishabh1212/stan-gpu-docker
My sugestion is to make new installation option which make use of OPENCL, I want to make PR for it if you think it's a good idea
The text was updated successfully, but these errors were encountered: