Skip to content
Snippets Groups Projects
Commit 8d72414f authored by kotsifa2's avatar kotsifa2
Browse files

Modified header for dummy frontend function for wait in visc.h

parent 5a4ed05e
No related branches found
No related tags found
No related merge requests found
......@@ -15,10 +15,8 @@
#ifdef __cplusplus
extern "C" {
void __visc__hint(visc::Target);
void __visc__wait(void*);
#else
void __visc__hint(enum Target);
void __visc__wait(unsigned);
#endif
#ifdef __cplusplus
......@@ -40,6 +38,7 @@ void* __visc__edge(void*, void*, unsigned, unsigned, unsigned, unsigned);
void __visc__push(void*, void*);
void* __visc__pop(void*);
void* __visc__launch(unsigned, ...);
void __visc__wait(void*);
void* __visc__getNode();
void* __visc__getParentNode(void*);
......
......@@ -15,10 +15,8 @@
#ifdef __cplusplus
extern "C" {
void __visc__hint(visc::Target);
void __visc__wait(void*);
#else
void __visc__hint(enum Target);
void __visc__wait(unsigned);
#endif
#ifdef __cplusplus
......@@ -40,6 +38,7 @@ void* __visc__edge(void*, void*, unsigned, unsigned, unsigned, unsigned);
void __visc__push(void*, void*);
void* __visc__pop(void*);
void* __visc__launch(unsigned, ...);
void __visc__wait(void*);
void* __visc__getNode();
void* __visc__getParentNode(void*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment