Skip to content

Commit aac6175

Browse files
factnntengqm
andauthored
Apply suggestions from code review
Co-authored-by: Qiming Teng <tengqm@outlook.com> Signed-off-by: Zang Peiyu <166481866+factnn@users.noreply.github.com>
1 parent 5f43df2 commit aac6175

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/flag_gems/ops/rsub.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ def rsub_func_tensor_scalar(x, y, alpha):
2222

2323

2424
def rsub_tensor(A, B, *, alpha=1):
25-
logger.debug("GEMS RSUB TENSOR")
25+
logger.debug("GEMS RSUB_TENSOR")
2626
return rsub_func(A, B, alpha)
2727

2828

2929
def rsub_scalar(A, B, alpha=1):
30-
logger.debug("GEMS RSUB SCALAR")
30+
logger.debug("GEMS RSUB_SCALAR")
3131
return rsub_func_tensor_scalar(A, B, alpha)

0 commit comments

Comments
 (0)