Interpolation in CUDA

Hi everyone,

There is some way to do an Interpolation in CUDA, I mean, there are functions for this??

Thanks.

Textures do (up to) trilinear interpolation for free - although to 255 unique positions. If you want more accuracy, you’ll have to write the routines yourself.

Textures do (up to) trilinear interpolation for free - although to 255 unique positions. If you want more accuracy, you’ll have to write the routines yourself.