Unverified Commit 83537993 authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

logs: catch rocm errors (#12888)

This will help bubble up more crash errors
parent 7dd4862a
......@@ -23,6 +23,7 @@ func NewStatusWriter(out *os.File) *StatusWriter {
var errorPrefixes = []string{
"error:",
"CUDA error",
"ROCm error",
"cudaMalloc failed",
"\"ERR\"",
"error loading model",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment