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
0c0c99e4
Commit
0c0c99e4
authored
6 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Updating CMakeLists
parent
5069c2b4
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
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+5
-19
5 additions, 19 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
with
5 additions
and
19 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
5
−
19
View file @
0c0c99e4
...
...
@@ -121,23 +121,6 @@ add_executable(lenet_keras_half dnn_sources/src/half/lenet_keras_half.cc)
target_link_libraries
(
lenet_keras_half tensor_runtime
)
# GPU Layer sources
add_executable
(
lenet_layers dnn_sources/src/layers/lenet_layers.cc
)
target_link_libraries
(
lenet_layers tensor_runtime
)
add_executable
(
lenet_layers2 dnn_sources/src/layers/lenet_layers2.cc
)
target_link_libraries
(
lenet_layers2 tensor_runtime
)
add_executable
(
test_layers dnn_sources/src/layers/test_layers.cc
)
target_link_libraries
(
test_layers tensor_runtime
)
add_executable
(
test_layers2 dnn_sources/src/layers/test_layers2.cc
)
target_link_libraries
(
test_layers2 tensor_runtime
)
add_executable
(
cifar10_layers dnn_sources/src/layers/cifar10_layers.cc
)
target_link_libraries
(
cifar10_layers tensor_runtime
)
# Promise API sources
add_executable
(
lenet_keras_promise dnn_sources/src/promise/lenet_keras_promise.cc
)
target_link_libraries
(
lenet_keras_promise tensor_runtime
)
...
...
@@ -162,8 +145,11 @@ target_link_libraries(alexnet_promise tensor_runtime)
add_executable
(
alexnet_promise_quant dnn_sources/src/promise/alexnet_promise_quant.cc
)
target_link_libraries
(
alexnet_promise_quant tensor_runtime
)
add_executable
(
alexnet2_promise dnn_sources/src/promise/alexnet2_promise.cc
)
target_link_libraries
(
alexnet2_promise tensor_runtime
)
#add_executable(alexnet2_promise dnn_sources/src/promise/alexnet2_promise.cc)
#target_link_libraries(alexnet2_promise tensor_runtime)
add_executable
(
alexnet2_promise_quant dnn_sources/src/promise/alexnet2_promise_quant.cc
)
target_link_libraries
(
alexnet2_promise_quant tensor_runtime
)
add_executable
(
resnet18_promise_quant dnn_sources/src/promise/resnet18_promise_quant2.cc
)
target_link_libraries
(
resnet18_promise_quant tensor_runtime
)
...
...
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