Skip to content
Snippets Groups Projects
Commit 52cee506 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Removing commented-out CMake Rules

parent 8d0104a4
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
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