-
Notifications
You must be signed in to change notification settings - Fork 95
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
Cpufit API documentation and external bindings #110
Comments
|
Thanks for your comments. Cpufit uses the same algorithm as Gpufit. It was created for testing, debugging, and benchmarking purposes. We didn’t envision the Cpufit package being used as a workhorse for curve fitting. However, I can see the use case as providing a fallback solution when no GPU is present in the system. Regarding your questions:
|
Thanks for the prompt reply, I'll set up a branch and start playing as that all sounds promising! |
Hi, great package, thanks for sharing.
I would find it useful to have the same API exposed to Cpufit as Gpufit, for cases when running on machines without a GPU.
I've had a brief read through the code and four things appear as small problems for me at the moment:
cpufit_contrained
function, how complex would it be to copy the changes across from Gpufit?Apologies if any of these are obvious or annoying questions.
I'm happy to contribute docs etc. if you think that's useful, if you can point me in the right direction re. the above.
Cheers
The text was updated successfully, but these errors were encountered: