old tb
This commit is contained in:
18
runtime/vx_api/vx_api.h
Normal file
18
runtime/vx_api/vx_api.h
Normal 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
|
||||
Reference in New Issue
Block a user