You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
356 B
Plaintext
25 lines
356 B
Plaintext
/*
|
|
* spGPU - Sparse matrices on GPU library.
|
|
*
|
|
* Copyright (C) 2010 - 2014
|
|
* Davide Barbieri - University of Rome Tor Vergata
|
|
*
|
|
*/
|
|
|
|
#include "stdio.h"
|
|
#include "cudadebug.h"
|
|
#include "cudalang.h"
|
|
#include "core.h"
|
|
|
|
extern "C"
|
|
{
|
|
#include "vector.h"
|
|
}
|
|
|
|
#include "debug.h"
|
|
|
|
#define VALUE_TYPE double
|
|
#define TYPE_SYMBOL D
|
|
#include "axy_base.cuh"
|
|
|