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); }