Skip to content
Snippets Groups Projects
Commit ae436389 authored by Akash Kothari's avatar Akash Kothari
Browse files

Minor modifications and cleanups to hpvm.h dnn header

parent a16e6637
No related branches found
No related tags found
No related merge requests found
......@@ -10,23 +10,15 @@
#define DEVICE CUDNN_TARGET
#endif
#include "SupportHPVM/HPVMHint.h"
#include "../../../include/SupportHPVM/HPVMHint.h"
#ifdef __cplusplus
extern "C" {
void __hpvm__hint(visc::Target);
void __hpvm__hint(hpvm::Target);
#else
void __hpvm__hint(enum Target);
#endif
#ifdef __cplusplus
void* __hpvm__node(...);
//void* __hpvm__createNode(...);
//void* __hpvm__createNode1D(...);
//void* __hpvm__createNode2D(...);
//void* __hpvm__createNode3D(...);
//void __hpvm__return(...);
#endif
void* __hpvm__createNodeND(unsigned, ...);
void __hpvm__return(unsigned, ...);
......@@ -75,18 +67,6 @@ float __hpvm__rsqrt(float);
float __hpvm__sqrt(float);
float __hpvm__sin(float);
float __hpvm__cos(float);
// unsigned int
//unsigned __hpvm__atomic_cmpxchg(unsigned*, unsigned, unsigned);
//unsigned __hpvm__atomic_add(unsigned*, unsigned);
//unsigned __hpvm__atomic_sub(unsigned*, unsigned);
//unsigned __hpvm__atomic_xchg(unsigned*, unsigned);
//unsigned __hpvm__atomic_inc(unsigned*);
//unsigned __hpvm__atomic_dec(unsigned*);
//unsigned __hpvm__atomic_min(unsigned*, unsigned);
//unsigned __hpvm__atomic_max(unsigned*, unsigned);
//unsigned __hpvm__atomic_and(unsigned*, unsigned);
//unsigned __hpvm__atomic_or(unsigned*, unsigned);
//unsigned __hpvm__atomic_xor(unsigned*, unsigned);
/*
* ApproxHPVM specific function calls
......
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