This commit is contained in:
Josh Yan 2024-07-01 16:04:13 -07:00
parent e70610ef06
commit 33a65e3ba3
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@ var errorPrefixes = []string{
"CUDA error",
"cudaMalloc failed",
"\"ERR\"",
"architecture",
}
func (w *StatusWriter) Write(b []byte) (int, error) {