This commit is contained in:
Blaise Tine
2019-11-25 18:48:48 -05:00
parent e1197575e6
commit e3b8b375ef
21 changed files with 22055 additions and 4 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