Skip to content

Commit

Permalink
print hint to fix CUDA_ERROR_UNKNOWN
Browse files Browse the repository at this point in the history
  • Loading branch information
barnex committed Apr 27, 2015
1 parent f47be54 commit 460a75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func tryCuInit() {
defer func() {
err := recover()
if err == cu.ERROR_UNKNOWN {

log.Println("\n Try running: sudo nvidia-modprobe -u \n")
}
util.FatalErr(err)
}()
Expand Down

0 comments on commit 460a75b

Please sign in to comment.