From e18de650f2379f6cb35d0eac81145a0e03e1340c Mon Sep 17 00:00:00 2001 From: sfilippone Date: Wed, 17 Apr 2024 13:53:04 +0200 Subject: [PATCH] Take out debug print --- cuda/fcusparse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cuda/fcusparse.c b/cuda/fcusparse.c index 1b37272c..e8e46c63 100644 --- a/cuda/fcusparse.c +++ b/cuda/fcusparse.c @@ -53,7 +53,7 @@ int FcusparseCreate() if (ret == CUSPARSE_STATUS_SUCCESS) cusparse_handle = handle; } - fprintf(stderr,"Created cusparses_handle\n"); + //fprintf(stderr,"Created cusparses_handle\n"); return (ret); }