What are some possible causes of a segmentation fault when using the nvcc CUDA compiler?

后端 未结 1 2046
傲寒
傲寒 2020-12-22 02:03

I have a CUDA class, let\'s call it A, defined in a header file. I have written a test kernel which creates an instance of class A, which compiles

相关标签:
1条回答
  • 2020-12-22 02:38

    This would appear to have been a genuine bug of some sort in the CUDA 5.0 ptxas assembler. It was reported to NVIDIA and we can assume that it was fixed sometime during the more than three years since the question was asked and this answer added.

    [This answer has been assembled from comments and added as a community wiki entry to get this question off the unanswered question list ]

    0 讨论(0)
提交回复
热议问题