Interpolation.jl + Cuda.jl? Possible?

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!

AFAIK, Interpolations.jl does not support CUDA.

There is also this similar thread.

1 Like

Thanks @roflmaostc ! I will check it out!