Fix TVAL3
This commit is contained in:
9
TVALGPU/src/tval3gpu3d.h
Normal file
9
TVALGPU/src/tval3gpu3d.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#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__
|
||||
Reference in New Issue
Block a user