From 8d0104a40c1de5ad5bf9811b4114e1c116559ce2 Mon Sep 17 00:00:00 2001
From: Hashim Sharif <hsharif3@tyler.cs.illinois.edu>
Date: Sat, 13 Jun 2020 01:47:22 -0500
Subject: [PATCH] Removing old Image bench Cmake rules

---
 llvm/projects/hpvm-tensor-rt/CMakeLists.txt | 31 ++-------------------
 1 file changed, 3 insertions(+), 28 deletions(-)

diff --git a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt
index 12dfcbf4cb..e20068f66a 100644
--- a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+++ b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt
@@ -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")
-- 
GitLab