Hi everyone.
I want to add Cuda.jl and GPU processing to my current workflow. I know NOTHING about GPU but I like what I have seen in CUDA.jl.
My main problem is that I (over)use Interpolations.jl to create interpolation functions that I call many many times in my computations.
Is it possible to call an Interpolations functions to CUDA? Or is there a similar workaround?
Kind regards!