Han*_*del 9 cuda gpu gpgpu regedit
我试图将GPU上的超时从默认设置2秒增加到更长的时间.我找到了以下链接,但它在Windows 7中看起来略有不同,因为我看不到网页中提到的任何内容.
有没有人这样做过?如果是这样,请填补空白.
谢谢
@RoBik所以如果我想要6天(有点过头我知道但仅举例)?再次感谢您的帮助,+1.
发生错误,操作已终止.CUDA.NET异常:ErrorLaunchTimeOut.堆栈跟踪上面的错误:在Cudafy.Host.CudaGPU.HandleCUDAException(CUDAException ex)Cudafy的Cudafy.Host.CudaGPU.DoCopyFromDeviceAsync [T](Array devArray,Int32 devOffset,Array hostArray,Int32 hostOffset,Int32 count,Int32 streamId) .Host.CudaGPU.DoCopyFromDevice [T](Array devArray,Int32 devOffset,Array hostArray,Int32 hostOffset,Int32 count)位于Cudafy.Host.GPGPU的Cudafy.Host.CudaGPU.DoCopyFromDevice [T](Array devArray,Array hostArray). CopyFromDevice [T](T [,] devArray,T [,] hostArray)位于FrazerMann.Profiler.UserInterface.TaskManager.DataRetrieval()中的C:.....\TaskManager.cs:第255行,位于FrazerMann.Profiler.UserInterface C:....\MainView.cs中的.MainView.btnEvaluation_Click(Object sender,EventArgs e):
RoB*_*BiK 13
您帖子中的链接是正确的,您只需要创建具有所需值的相应键.您可以在此处找到TDR注册表项描述.您正在寻找的设置是
TdrDelay
Specifies the number of seconds that the GPU can delay the preempt request from the GPU scheduler. This is effectively the timeout threshold. The default value is 2 seconds.
KeyPath : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers
KeyValue : TdrDelay
ValueType : REG_DWORD
ValueData : Number of seconds to delay. 2 seconds is the default value.
Run Code Online (Sandbox Code Playgroud)
您需要做的是在HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\GraphicsDrivers下创建一个名为TdrDelay的类型为REG_DWORD的新键,并将其值设置为您想要的值(以秒为单位的值).之后,您需要重新启动计算机才能使设置生效.
| 归档时间: |
|
| 查看次数: |
33225 次 |
| 最近记录: |