ISCE_INSAR/components/zerodop/GPUtopozero/include/gpuTopo.h

13 lines
204 B
C
Raw Normal View History

2019-01-16 19:40:08 +00:00
//
// Author: Joshua Cohen
// Copyright 2016
//
#ifndef GPU_TOPO_H
#define GPU_TOPO_H
size_t getDeviceMem();
void runGPUTopo(long,long,double*,int*,float*,double*,double*,int,double*,double**);
#endif