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
dd8dae92
Commit
dd8dae92
authored
5 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Adding REsNet50 piped version
parent
028b98a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+14
-0
14 additions, 0 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
llvm/projects/hpvm-tensor-rt/dnn_sources/src/promise/resnet50_imagenet_piped.cc
+925
-0
925 additions, 0 deletions
...sor-rt/dnn_sources/src/promise/resnet50_imagenet_piped.cc
with
939 additions
and
0 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
14
−
0
View file @
dd8dae92
...
...
@@ -186,6 +186,13 @@ target_link_libraries(mobilenet_cifar10_shallow tensor_runtime ${GPU_PROFILER_L
add_executable
(
mobilenet_shallow_depthwise dnn_sources/src/mobilenet_shallow_depthwise.cc
)
target_link_libraries
(
mobilenet_shallow_depthwise tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
add_executable
(
resnet_imagenet dnn_sources/src/resnet_imagenet.cc
)
target_link_libraries
(
resnet_imagenet tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
add_executable
(
mobilenet_imagenet dnn_sources/src/mobilenet_imagenet.cc
)
target_link_libraries
(
mobilenet_imagenet tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#********* Promise API sources
...
...
@@ -220,6 +227,10 @@ target_link_libraries(mobilenet_shallow_promise tensor_runtime_online ${GPU_PR
add_executable
(
vgg16_imagenet_promise dnn_sources/src/promise/vgg16_imagenet_promise.cc
)
target_link_libraries
(
vgg16_imagenet_promise tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
add_executable
(
resnet50_imagenet_promise dnn_sources/src/promise/resnet50_imagenet_promise.cc
)
target_link_libraries
(
resnet50_imagenet_promise tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
# testing binaries
...
...
@@ -291,6 +302,9 @@ target_link_libraries(mobilenet_shallow_piped tensor_runtime_online ${GPU_PROF
add_executable
(
vgg16_imagenet_piped dnn_sources/src/promise/vgg16_imagenet_piped.cc
)
target_link_libraries
(
vgg16_imagenet_piped tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
add_executable
(
resnet50_imagenet_piped dnn_sources/src/promise/resnet50_imagenet_piped.cc
)
target_link_libraries
(
resnet50_imagenet_piped tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
...
...
This diff is collapsed.
Click to expand it.
llvm/projects/hpvm-tensor-rt/dnn_sources/src/promise/resnet50_imagenet_piped.cc
0 → 100644
+
925
−
0
View file @
dd8dae92
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