Hi All,
Does CUDA support linear interpolation for non-texture values?
Thanks.
Hi All,
Does CUDA support linear interpolation for non-texture values?
Thanks.
Not automatically (or free), but it’s not hard to do yourself with a couple multiplies.
To use the texture units (for interpolation) you have to define memory as a texture first.