Files
vortex/benchmarks/opencl/stencil/gpu_info.h
Blaise Tine d4e006d92d merge fixes
2020-06-23 15:19:24 -07:00

21 lines
524 B
C

/***************************************************************************
*cr
*cr (C) Copyright 2010 The Board of Trustees of the
*cr University of Illinois
*cr All Rights Reserved
*cr
***************************************************************************/
#ifndef __GPUINFOH__
#define __GPUINFOH__
void compute_active_thread(size_t *thread,
size_t *grid,
int task,
int pad,
int major,
int minor,
int sm);
#endif