Skip to content
Snippets Groups Projects
Commit 1f6ab12d authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Commenting out hpvm_request_tensor def from visc.h

parent c5e64e24
No related branches found
No related tags found
No related merge requests found
......@@ -107,11 +107,14 @@ long get_local_size(int);
void llvm_visc_track_mem(void*, size_t);
void llvm_visc_untrack_mem(void*);
void llvm_visc_request_mem(void*, size_t);
#ifdef __cplusplus
/*#ifdef __cplusplus
void hpvm_request_tensor(void*, visc::Target);
#else
void hpvm_request_tensor(void*, enum Target);
#endif
*/
#ifdef __cplusplus
}
#endif
......
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