0

2 つのネストされたループを持つ OpenCL カーネルがあります。一定の反復回数までは正常に動作しますが、反復回数が増えるとクラッシュします。ループは基本的に新しいデータを作成せず (つまり、グローバル メモリ オーバーフローなどはありません)、より多くの回数反復するだけです。より多くの反復を許可するにはどうすればよいですか? 誰かがこの問題に遭遇しましたか? どうもありがとう

4

2 に答える 2

2

As @ScottD said the watchdog would be a good explanation. You can modify the time duration after which the watchdog will trigger. You have to modify/create a value in the registry as explain in this question. Note that there is an answer that explains how to do it for linux as well.

于 2013-07-30T16:54:15.243 に答える