Take out debug print

repack-ovrlp
sfilippone 9 months ago
parent 6f92a5c37a
commit e18de650f2

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

Loading…
Cancel
Save