cudpp scanPlan question

Hi,

I faced something I don’t understand.
In my application, I have different kind of scan to operate.
-2 (two) simple scan on different array having the same size
-2 (multiscan )on matrices of different sizes.
So I denined 3different scan plans. When running small matrices
everything go well. However with big matrices like (10000,1000) the program
fails , giving memory allocation error. I traced and found it fails during the sanPlan. I reduced the number to two and every thing go well.
So my question is:
is there any limit of scanPlan for application or a maximum size of elements to scan?
I would be pleased if you could tell me more about the scanPlan.
Thank you

Hi,

I faced something I don’t understand.
In my application, I have different kind of scan to operate.
-2 (two) simple scan on different array having the same size
-2 (multiscan )on matrices of different sizes.
So I denined 3different scan plans. When running small matrices
everything go well. However with big matrices like (10000,1000) the program
fails , giving memory allocation error. I traced and found it fails during the sanPlan. I reduced the number to two and every thing go well.
So my question is:
is there any limit of scanPlan for application or a maximum size of elements to scan?
I would be pleased if you could tell me more about the scanPlan.
Thank you