SBresler
SBresler
Hey I ended up figuring this out. Is there a way to update the master branch? Basically this lets you do all of your data processing on the GPU, and...
Ok, well the cupy works. I actually don't think I care about the JIT stuff, it looks like ya'll tried that and there were speed hits. How about fits that...
Hey, I don't think I ever uploaded this and wasn't actually 100% sure if what I did worked. I basically just had the python interface point to the cupy object...
I had this exact thought and this was brought up coincidentally a few days after I forked and ran black through everything. the first step I do when cloning ANY...
Alright, I have come back to this. What I did was cast a pointer to to the cupy object in the python interface. This allowed me to put in a...
Another thought - What if you want to use RDMA to get the data to the gpu faster by bypassing the whole read the data into cpu ram over the...
Another idea - add a preprocessing section that allows you to add in your own kernel that you want to add in what you want to do before the fit....
wow this is why you have to be persistent and keep asking! so either this is new, or I just was going off some other information found in other posts...
> Hi. Fitting data that is already stored in the GPU memory is already implemented in Gpufit. The docs are here: https://gpufit.readthedocs.io/en/latest/gpufit_api.html#gpufit-cuda-interface . > > As you found out, when...
I have a version now which does the following: 1. sets up the method in the dll corresponding to the constarined cuda interface function 2. checks that input cupy arrays...