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

13 lines
208 B
C
Raw Normal View History

2025-01-16 09:33:42 +00:00
//
// Author: Joshua Cohen
// Copyright 2016
//
#ifndef GPU_TOPO_H
#define GPU_TOPO_H
size_t getDeviceFreeMem();
void runGPUTopo(long,long,double*,int*,float*,double*,double*,int,double*,double**);
#endif