Skip to content

Commit 3380df4

Browse files
pnunna93akx
andauthored
Remove commented code
Co-authored-by: Aarni Koskela <[email protected]>
1 parent 570137c commit 3380df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csrc/ops.hip

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,6 @@ template <int FORMATB, int DTYPE_OUT, int SCALE_ROWS> int igemmlt(hipblasLtHandl
630630
}
631631
else
632632
{
633-
//has_error |= checkHipblasStatus(hipblasLtMatmulDescSetAttribute(matmulDesc, hipblasLt_MATMUL_DESC_POINTER_MODE, &alphaVec, sizeof(alphaVec)));
634633
float beta = 0.0f;
635634

636635
has_error |= checkHipblasStatus(hipblasLtMatmul(ltHandle, matmulDesc, row_scale, A, Adesc, B, Bdesc, &beta, (int8_t*)C, Cdesc, (int8_t*)C, Cdesc, &heuristicResult[0].algo, nullptr, 0, 0));

0 commit comments

Comments
 (0)