You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it shows "unspecified launch failure" since all gpu mem and kernel got crashed before running cuda_find_peach. Mostly happens on low-end CPU rigs (i don't know why), undervolted GPUs.
Solution is:
Sometimes it shows "unspecified launch failure" since all gpu mem and kernel got crashed before running cuda_find_peach. Mostly happens on low-end CPU rigs (i don't know why), undervolted GPUs.
Solution is:
unlock WDDM: https://docs.nvidia.com/gameworks/content/developertools/desktop/timeout_detection_recovery.htm
split this kernel:
https://github.com/mochimodev/winminer/blob/master/winminer_v1/winminer/algo/peach/cuda_peach.cu#L401
here is what my code does (which fixes almost all crashed cases):
since it only runs once per block, it won't hurt the performance much.
The text was updated successfully, but these errors were encountered: