Hey all,
I have this 1D array of long int on which I want to apply texture. Since I can’t use basic datatype ‘long’, I tried using ‘long1’, but it doesn’t seem to work (it says it can’t find it even though I see it in tex1Dfetch(texture<long1, 1, cudaReadModeElementType>, const int) in one of the header files)…It seems to work using uint1, but then I lose out on some numbers…Any solution similar to the sm13_double_functions.h functions?
Thanks,
Vandhan Ramesh