This commit is contained in:
felsabbagh3
2019-11-05 22:57:05 -05:00
parent b44505f1f4
commit fcd3bbc4a1
8 changed files with 915 additions and 809 deletions

18
runtime/vx_api/vx_api.h Normal file
View File

@@ -0,0 +1,18 @@
#ifndef VX_API_
#define VX_API_
typedef void (*func_t)(void *);
void vx_spawnWarps(unsigned numWarps, unsigned numThreads, func_t func_ptr , void * args);
#endif