Fix debug typo in sgemm_2.cu and sgemm_sm70.cu (#2678)

This commit is contained in:
mnehete32
2026-02-27 13:53:59 +05:30
committed by GitHub
parent 8b9b3d78df
commit 79345359a7
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ gemm_device(ProblemShape shape_MNK, CtaTiler cta_tiler,
print(" sB : "); print( sB); print("\n");
print("tBgB : "); print(tBgB); print("\n");
print("tBsB : "); print(tBsB); print("\n");
print("tArA : "); print(tArA); print("\n");
print("tBrB : "); print(tBrB); print("\n");
}
#endif

View File

@@ -173,7 +173,7 @@ gemm_device(ProblemShape shape_MNK, CtaTiler cta_tiler,
print(" sB : "); print( sB); print("\n");
print("tBgB : "); print(tBgB); print("\n");
print("tBsB : "); print(tBsB); print("\n");
print("tArA : "); print(tArA); print("\n");
print("tBrB : "); print(tBrB); print("\n");
}
#endif