Files
vortex/runtime/vx_api/vx_api.h
felsabbagh3 fcd3bbc4a1 old tb
2019-11-05 22:57:05 -05:00

18 lines
174 B
C

#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