thank you, that solved all my problems ! ( I mean.... that one
problem, which was pervasive in my program )
On Thu, Apr 22, 2010 at 4:25 PM, Andreas Klöckner
<lists(a)informa.tiker.net> wrote:
On Donnerstag 22 April 2010, Michael Rule wrote:
NV Tesla T10,
I assume its something I am doing wrong...
If you're using NV hardware, it helps to know the CUDA literature. You
must supply a local_size to partition your work into NV's thread
blocks. If you don't you're only submitting one thread block, which has
hardware size limits.
Andreas
PS: Please keep replies on the list. Thanks.