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

Removing old Image bench Cmake rules

parent cca95aba
No related branches found
No related tags found
No related merge requests found
......@@ -149,8 +149,6 @@ target_link_libraries(alexnet_cifar10 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_
#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_canny dnn_sources/src/alexnet2_canny.cc)
target_link_libraries(alexnet2_canny 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})
......@@ -387,34 +385,11 @@ target_link_libraries(resnet50_imagenet_piped_install tensor_runtime_install $
#### Image Processing Benchmarks
## Image processing benchmarks
add_executable(canny_25 dnn_sources/src/promise/canny_25.cpp)
target_link_libraries(canny_25 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(canny_30 dnn_sources/src/promise/canny_30.cpp)
target_link_libraries(canny_30 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(blend_25 dnn_sources/src/promise/blend_25.cpp)
target_link_libraries(blend_25 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(blend_30 dnn_sources/src/promise/blend_30.cpp)
target_link_libraries(blend_30 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(fft_25 dnn_sources/src/promise/fft_25.cpp)
target_link_libraries(fft_25 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(fft_30 dnn_sources/src/promise/fft_30.cpp)
target_link_libraries(fft_30 tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(canny_profiling dnn_sources/src/profiling/canny_profiling.cpp)
target_link_libraries(canny_profiling tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(blend_profiling dnn_sources/src/profiling/blend_profiling.cpp)
target_link_libraries(blend_profiling tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(alexnet2_canny dnn_sources/src/alexnet2_canny.cc)
target_link_libraries(alexnet2_canny tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(fft_profiling dnn_sources/src/profiling/fft_profiling.cpp)
target_link_libraries(fft_profiling tensor_runtime ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
file(GLOB files "dnn_sources/src/dynamic/*.cpp")
......
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