This commit is contained in:
Blaise Tine
2019-11-25 14:07:51 -05:00
parent 8d26e402ca
commit e1197575e6
23 changed files with 10089 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
/***************************************************************************
*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