Michele Scipioni
Michele Scipioni
@Gittry They are meant just to debug, and not as a general interface. The same naming in different classes should cause interference, as far as I know. If you want...
> This would involve copying a large amount of data from the GPU to the CPU, resulting in slower performance. This could possibly be an optional output. @superchromix Yes, this...
Thanks a lot for all the links. Working on this is becoming really instructive for me! :) That means that, for the time being, I will decide between a separate...
I solved it using just an optional parameter to `gpufit()` that is defined as a pointer `float * output_data` but takes value `NULL` as default. This is used internally as...
That would make easier to add more complex models. I am not so familiar with C++ libraries, was this just a todo/reminder, or do you have any idea/examples of how...
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...
As per the specific issue in #35 I am the first one suggesting you not to proceed with the merging. The pull request is just there to show to someone...
I have been trying to use `twixread` to decode both spiral and radial VD `twix` files, and I still get the same type of error. Has any progress been made...
Thank you. I have tried to create a new branch and push it to this repo (so that I can reference it in the PR), but it says I am...
I have been trying to install this package using, I believe, the latest version updated today, but I am not able to move forward with the installation after I reach...