You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ...
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
The text was updated successfully, but these errors were encountered: