vortex/tests/opencl/stencil/file.h
2024-03-28 06:40:09 -07:00

22 lines
No EOL
550 B
C

/***************************************************************************
*cr
*cr (C) Copyright 2007 The Board of Trustees of the
*cr University of Illinois
*cr All Rights Reserved
*cr
***************************************************************************/
#ifndef __FILEH__
#define __FILEH__
#ifdef __cplusplus
extern "C" {
#endif
void inputData(char* fName, int* nx, int* ny, int* nz);
void outputData(char* fName, float *h_A0,int size);
#ifdef __cplusplus
}
#endif
#endif