9 lines
323 B
C
9 lines
323 B
C
|
|
#ifndef __TVAL3GPU3D_H__
|
||
|
|
#define __TVAL3GPU3D_H__
|
||
|
|
|
||
|
|
#include "tvalstruct.h"
|
||
|
|
|
||
|
|
extern TVALResult TVALGPU(int *xIdxs, int *yIdxs, double *mValues, size_t mM, size_t mN,
|
||
|
|
int nz, float *bData, size_t *bDims, size_t *dims, const TVALOptions& opt,
|
||
|
|
int device, bool pagelocked) ;
|
||
|
|
#endif // __TVAL3GPU3D_H__
|