Started simX

This commit is contained in:
felsabbagh3
2019-11-10 01:21:09 -05:00
parent ea7bd485ca
commit fbf708e419
192 changed files with 28093 additions and 368 deletions

View File

@@ -9,8 +9,11 @@ typedef void (*func_t)(void *);
void vx_spawnWarps(unsigned numWarps, unsigned numThreads, func_t func_ptr , void * args);
void vx_cl_spawnWarps (char * /* args */,
char * /* pocl_context */,
long /* group_x */,
long /* group_y */,
long /* group_z */);