CANN: Remove print (llama/16044)

Signed-off-by: noemotiovon <757486878@qq.com>
This commit is contained in:
Chenguang Li 2025-09-18 09:26:33 +08:00 committed by Georgi Gerganov
parent 1361f679cc
commit c46adc0817
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 0 additions and 1 deletions

View File

@ -1728,7 +1728,6 @@ static bool ggml_cann_compute_forward(ggml_backend_cann_context& ctx,
ggml_cann_get_rows(ctx, dst);
break;
case GGML_OP_SET_ROWS:
std::cout << "lcg GGML_OP_SET_ROWS"<< std::endl;
ggml_cann_set_rows(ctx, dst);
break;
case GGML_OP_DUP: