From e53b14f152c878ddacbcc07c1574851b2877e960 Mon Sep 17 00:00:00 2001 From: pidack Date: Tue, 27 Aug 2024 19:33:28 +0800 Subject: [PATCH] del debug ingo --- ggml/src/ggml-cuda/ssm_conv.cu | 1 - 1 file changed, 1 deletion(-) diff --git a/ggml/src/ggml-cuda/ssm_conv.cu b/ggml/src/ggml-cuda/ssm_conv.cu index ef5ca855b..96472b01f 100644 --- a/ggml/src/ggml-cuda/ssm_conv.cu +++ b/ggml/src/ggml-cuda/ssm_conv.cu @@ -55,7 +55,6 @@ static void ssm_conv_f32_cuda( const dim3 block_dims(WARP_SIZE, n_s, 1); const int nblocks = n_t; - printf("size is %d\n",nr); ssm_conv_f32<<>>( src0, src1, src0_nb0, src0_nb1, src0_nb2,