2023-05-30 17:32:52 +08:00
|
|
|
#ifndef __TVAL3GPU3D_H__
|
|
|
|
|
#define __TVAL3GPU3D_H__
|
|
|
|
|
|
|
|
|
|
#include "tvalstruct.h"
|
|
|
|
|
|
2023-10-09 09:50:54 +08:00
|
|
|
extern TVALResult TVALGPU(int *xIdxs, int *yIdxs, float *mValues, size_t mM, size_t mN,
|
2023-05-30 17:32:52 +08:00
|
|
|
int nz, float *bData, size_t *bDims, size_t *dims, const TVALOptions& opt,
|
|
|
|
|
int device, bool pagelocked) ;
|
|
|
|
|
#endif // __TVAL3GPU3D_H__
|