Hi everyone,
In your tests, which texture access pattern is the fastest ?
with :
- linear memory
- 1D Arrays
- 2D Arrays
I thought that access with 2D arrays would be the faster but in my case (none closely spaced access), the fastest is with linear memory.
And for you ? and in what situation (closely spaced access or not) ?
Thanks