Why do I get “Unspecified Launch failure” in CUDA program, multiplying 2 matrices

前端 未结 1 925
梦毁少年i
梦毁少年i 2020-12-12 05:18

I am new to CUDA. When I multiply the 1024x1024 matrix, and launch a kernel with:

multiplyKernel << > >(d         


        
相关标签:
1条回答
  • 2020-12-12 05:52

    On Windows, I right clicked the NSight monitor icon in the system tray. There I chose Options>General. We see WDDM TDR delay. It was at 2, and I increased it to 10. Then, I ran my program again, and it worked fine. This was according to Robert's link (see above) http://http.developer.nvidia.com/NsightVisualStudio/2.2/Documentation/UserGuide/HTML/Content/Timeout_Detection_Recovery.htm

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