CUDA Too many resources requested for launch

前端 未结 2 1625
温柔的废话
温柔的废话 2021-01-19 01:15

I have some problems running my code on a GTX 480 with Compute Capability 2.0

I always get following error if I launch the kernel with 1024 threads per Block:

<
2条回答
  •  离开以前
    2021-01-19 01:56

    Have you tried upgrading the driver of the GPU? For me the program just ran until I got unlucky, with the exact same problem. No warnings about minimal driver versions whatsoever.

提交回复
热议问题