Disable Nvidia watchdog with OpenCL on Mac OS X 10.7.4

我怕爱的太早我们不能终老 提交于 2019-12-06 04:15:58

I have been looking for an answer to that question some time ago too... I never found a solution.

But this is something that shouldn't be "solved" anyway.
What would you do if a user only had one GPU? Let the users PC simply freeze for more than 10 seconds? That would be fun software to work with...

I'd split it into multiple sub-kernels OR if you have a loop in your kernel, you could also run one iteration per kernel execution. Simply save the current iterator value to a buffer and then restart from that point in the next execution.

This should be applicable to your application really well because it seems like it's not some kind of real-time application like a game.

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