mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
20 lines
524 B
C
20 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
|