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
std::process::Command.output() doesn't return error on non-zero exit, only
when command.inner() fails.
If `which nvcc` can't find `nvcc` it returns like (ExitStatus(-1), "", "")
and causes a panic in the return of the function.
Instead, panic on non-zero return with an informational diagnostic message.
0 commit comments