Start refactoring cusparse.h

repack-newsolve
sfilippone 8 months ago
parent ee66db5efd
commit 2e3f862e42

@ -38,8 +38,6 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#include <cusparse_v2.h> #include <cusparse_v2.h>
#include "cintrf.h" #include "cintrf.h"
#include "fcusparse.h"
/* Double precision real */ /* Double precision real */
#define TYPE float complex #define TYPE float complex
@ -97,4 +95,6 @@
#endif #endif
#include "fcusparse.h"
#endif #endif

@ -38,8 +38,6 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#include <cusparse_v2.h> #include <cusparse_v2.h>
#include "cintrf.h" #include "cintrf.h"
#include "fcusparse.h"
/* Double precision real */ /* Double precision real */
#define TYPE double #define TYPE double
@ -97,5 +95,7 @@
#endif #endif
#include "fcusparse.h"
#endif #endif

@ -65,4 +65,7 @@ cusparseHandle_t *getHandle();
} \ } \
} }
#endif #endif

@ -27,7 +27,7 @@
/* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) */ /* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) */
/* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */ /* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE */
/* POSSIBILITY OF SUCH DAMAGE. */ /* POSSIBILITY OF SUCH DAMAGE. */
typedef struct T_CSRGDeviceMat typedef struct T_CSRGDeviceMat
{ {
#if CUDA_SHORT_VERSION <= 10 #if CUDA_SHORT_VERSION <= 10
@ -129,7 +129,7 @@ int T_spsvHYBGDevice(T_Hmat *Matrix, TYPE alpha, void *deviceX,
int T_HYBGHost2Device(T_Hmat *Matrix, int m, int n, int nz, int T_HYBGHost2Device(T_Hmat *Matrix, int m, int n, int nz,
int *irp, int *ja, TYPE *val); int *irp, int *ja, TYPE *val);
#endif #endif
int T_spmvCSRGDevice(T_Cmat *Matrix, TYPE alpha, void *deviceX, int T_spmvCSRGDevice(T_Cmat *Matrix, TYPE alpha, void *deviceX,
TYPE beta, void *deviceY) TYPE beta, void *deviceY)
{ {

@ -31,7 +31,6 @@
#ifndef SCUSPARSE_ #ifndef SCUSPARSE_
#define SCUSPARSE_ #define SCUSPARSE_
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
@ -39,8 +38,6 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#include <cusparse_v2.h> #include <cusparse_v2.h>
#include "cintrf.h" #include "cintrf.h"
#include "fcusparse.h"
/* Double precision real */ /* Double precision real */
#define TYPE float #define TYPE float
@ -98,5 +95,6 @@
#endif #endif
#endif #include "fcusparse.h"
#endif

@ -38,8 +38,6 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#include <cusparse_v2.h> #include <cusparse_v2.h>
#include "cintrf.h" #include "cintrf.h"
#include "fcusparse.h"
/* Double precision real */ /* Double precision real */
#define TYPE double complex #define TYPE double complex
@ -97,5 +95,6 @@
#endif #endif
#endif #include "fcusparse.h"
#endif

Loading…
Cancel
Save