diff --git a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt index 12dfcbf4cb236840ea4c8b9870de18a880eeb08a..e20068f66aacf3b3048ded16dc54260ee2708fb3 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")