Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
ae436389
Commit
ae436389
authored
4 years ago
by
Akash Kothari
Browse files
Options
Downloads
Patches
Plain Diff
Minor modifications and cleanups to hpvm.h dnn header
parent
a16e6637
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hpvm/test/dnn_benchmarks/include/hpvm.h
+2
-22
2 additions, 22 deletions
hpvm/test/dnn_benchmarks/include/hpvm.h
with
2 additions
and
22 deletions
hpvm/test/dnn_benchmarks/include/hpvm.h
+
2
−
22
View file @
ae436389
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment