How to disable or change the timeout limit for the GPU under linux?

♀尐吖头ヾ 提交于 2020-01-09 10:22:51

问题


Does anybody know how to disable or change the timeout limit for CUDA kernels under Ubuntu 12.10? (With current versions of Windows one can set the timeout limit in the registry.)

Please tell me as well if there is no possibility to do this with Ubuntu.

The only results of my previous search are the following:

  • running the CUDA kernel without a graphical display is attached to the GPU
  • splitting the kernel into smaller ones to avoid exceeding the time limit

Both solutions are no option for me because I need the graphical display for my application and there are already no threads running sequently after another during the kernel is executed. And splitting the single threads will cost months of work. Please do not ask further for the details in these directions.

Thanks for your help in advance.


回答1:


You can disable the watchdog by modifying your Xorg config (Option Interactive "0"). An example is available in the answer to this question: CUDA Visual Profiler 'Interactive' X config option?



来源:https://stackoverflow.com/questions/15833261/how-to-disable-or-change-the-timeout-limit-for-the-gpu-under-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!