Ver código fonte

CANN: Remove print (#16044)

Signed-off-by: noemotiovon <757486878@qq.com>
Chenguang Li 4 meses atrás
pai
commit
62c3b645c5
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      ggml/src/ggml-cann/ggml-cann.cpp

+ 0 - 1
ggml/src/ggml-cann/ggml-cann.cpp

@@ -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: