Skip to content

Commit 1c5bd4f

Browse files
pnunna93akx
andauthored
Update error reporting
Co-authored-by: Aarni Koskela <[email protected]>
1 parent 3380df4 commit 1c5bd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csrc/ops.hip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ template <int FORMATB, int DTYPE_OUT, int SCALE_ROWS> int igemmlt(hipblasLtHandl
643643
if (Adesc) has_error |= checkHipblasStatus(hipblasLtMatrixLayoutDestroy(Adesc));
644644
if (matmulDesc) has_error |= checkHipblasStatus(hipblasLtMatmulDescDestroy(matmulDesc));
645645
if(has_error == 1)
646-
printf("error detected\n");
646+
fprintf(stderr, "error detected\n");
647647

648648
return has_error;
649649
#endif // NO_HIPBLASLT

0 commit comments

Comments
 (0)