Skip to content

Commit 62c3b64

Browse files
authored
CANN: Remove print (#16044)
Signed-off-by: noemotiovon <[email protected]>
1 parent d304f45 commit 62c3b64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cann/ggml-cann.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1728,7 +1728,6 @@ static bool ggml_cann_compute_forward(ggml_backend_cann_context& ctx,
17281728
ggml_cann_get_rows(ctx, dst);
17291729
break;
17301730
case GGML_OP_SET_ROWS:
1731-
std::cout << "lcg GGML_OP_SET_ROWS"<< std::endl;
17321731
ggml_cann_set_rows(ctx, dst);
17331732
break;
17341733
case GGML_OP_DUP:

0 commit comments

Comments
 (0)