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
52cee506
Commit
52cee506
authored
4 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Removing commented-out CMake Rules
parent
8d0104a4
No related branches found
No related tags found
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
+0
-57
0 additions, 57 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
with
0 additions
and
57 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
0
−
57
View file @
52cee506
...
...
@@ -127,14 +127,6 @@ target_link_libraries(tensor_runtime_online ${LINK_LIBS})
add_executable
(
test_ops dnn_sources/src/test_ops.cc
)
target_link_libraries
(
test_ops tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#**** CPU sources
#-- add_executable(fc2_cpu dnn_sources/src/fc2_cpu.cc)
#-- target_link_libraries(fc2_cpu tensor_cpu_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#-- add_executable(mio_test dnn_sources/src/mio_test.cc)
#-- target_link_libraries(mio_test tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable
(
lenet_keras dnn_sources/src/lenet_keras.cc
)
...
...
@@ -143,63 +135,27 @@ target_link_libraries(lenet_keras tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMU
add_executable
(
alexnet_cifar10 dnn_sources/src/alexnet_cifar10.cc
)
target_link_libraries
(
alexnet_cifar10 tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#-- add_executable(alexnet_cifar10_tuner dnn_sources/src/alexnet_cifar10_tuner.cc)
#-- target_link_libraries(alexnet_cifar10_tuner tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#add_executable(alexnet_cifar10_approx dnn_sources/src/alexnet_cifar10_approx.cc)
#target_link_libraries(alexnet_cifar10_approx tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable
(
alexnet2_cifar10 dnn_sources/src/alexnet2_cifar10.cc
)
target_link_libraries
(
alexnet2_cifar10 tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#-- add_executable(alexnet2_cifar10_tuner dnn_sources/src/alexnet2_cifar10_tuner.cc)
#-- target_link_libraries(alexnet2_cifar10_tuner tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable
(
vgg16_cifar10 dnn_sources/src/vgg16_cifar10.cc
)
target_link_libraries
(
vgg16_cifar10 tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#-- add_executable(vgg16_cifar10_tuner dnn_sources/src/vgg16_cifar10_tuner.cc)
#-- target_link_libraries(vgg16_cifar10_tuner tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable
(
resnet18_cifar10 dnn_sources/src/resnet18_cifar10.cc
)
target_link_libraries
(
resnet18_cifar10 tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#add_executable(resnet18_cifar10_approx dnn_sources/src/resnet18_cifar10_approx.cc)
#target_link_libraries(resnet18_cifar10_approx tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#add_executable(resnet18_cifar10_inputapprox dnn_sources/src/resnet18_cifar10_inputapprox.cc)
#target_link_libraries(resnet18_cifar10_inputapprox tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#-- add_executable(resnet18_cifar10_tuner dnn_sources/src/resnet18_cifar10_tuner.cc)
#-- target_link_libraries(resnet18_cifar10_tuner tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable
(
vgg16_cifar100 dnn_sources/src/vgg16_cifar100.cc
)
target_link_libraries
(
vgg16_cifar100 tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#-- add_executable(vgg16_cifar100_tuner dnn_sources/src/vgg16_cifar100_tuner.cc)
#-- target_link_libraries(vgg16_cifar100_tuner tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#-- add_executable(vgg16_cifar100_top5 dnn_sources/src/vgg16_cifar100_5.cc)
#-- target_link_libraries(vgg16_cifar100_top5 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
# REF binaries
add_executable
(
mobilenet_depthwise dnn_sources/src/mobilenet.cc
)
target_link_libraries
(
mobilenet_depthwise tensor_runtime
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
#-- add_executable(mobilenet_cifar10_shallow dnn_sources/src/mobilenet_cifar10_shallow.cc)
#-- target_link_libraries(mobilenet_cifar10_shallow tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
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
(
resnet50_imagenet dnn_sources/src/resnet50_imagenet.cc
)
target_link_libraries
(
resnet50_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})
...
...
@@ -223,8 +179,6 @@ target_link_libraries(vgg16_cifar100_promise tensor_runtime_online ${GPU_PROF
add_executable
(
vgg16_cifar10_promise dnn_sources/src/promise/vgg16_cifar10_promise.cc
)
target_link_libraries
(
vgg16_cifar10_promise tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
# REF Source - BUILT After Support for SMART QUANTIZATION
add_executable
(
mobilenet_promise dnn_sources/src/promise/mobilenet_promise.cc
)
target_link_libraries
(
mobilenet_promise tensor_runtime_online
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
...
...
@@ -241,17 +195,6 @@ target_link_libraries(resnet50_imagenet_promise tensor_runtime_online ${GPU_PR
# testing binaries
#-- add_executable(alexnet2_sampsim dnn_sources/src/alexnet2_sampsim.cc)
#-- target_link_libraries(alexnet2_sampsim tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#add_executable(alexnet2_approxhalf dnn_sources/src/alexnet2_approxhalf.cc)
#target_link_libraries(alexnet2_approxhalf tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#********* Promise API sources
add_executable
(
lenet_promise_install dnn_sources/src/promise/lenet_promise.cc
)
target_link_libraries
(
lenet_promise_install tensor_runtime_install
${
GPU_PROFILER_LIB
}
${
SOC_SIMULATOR_LIB
}
)
...
...
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