Skip to content
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

Concentrate information about a model #23

Open
superchromix opened this issue Oct 18, 2017 · 2 comments
Open

Concentrate information about a model #23

superchromix opened this issue Oct 18, 2017 · 2 comments

Comments

@superchromix
Copy link
Collaborator

consider a two-part organization, consisting of a C++ object which stores information about the model, and a CUDA code block which handles the calculations

@jkfindeisen jkfindeisen changed the title change the way in which model functions are written Concentrate information about a model Oct 18, 2017
@jkfindeisen
Copy link
Collaborator

Related is the ability to include new models without compiling gpufit (runtime CUDA compilation) #9

@mscipio
Copy link

mscipio commented Nov 21, 2017

I agree this is an interesting step to consider.

I tried to do a similar thing to what you did here using just PyCuda to make python able to talk with the GPU, avoiding C++ coding. I just made the repo public after submitting a paper using it.

Your LevMar implementation is way beyond mine, but if you are interested I can think of extending the python interface to your library using PyCuda or CuPy as python frontends, and wrap both projects in one. Let me know ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants