diff --git a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt index 6c2c9779238bd3ed84246ee62ab4ab67a631312c..ba8d053f5dca4b35a60c37d26062fdca39929b38 100644 --- a/llvm/projects/hpvm-tensor-rt/CMakeLists.txt +++ b/llvm/projects/hpvm-tensor-rt/CMakeLists.txt @@ -253,10 +253,10 @@ target_link_libraries(vgg16_cifar10_half tensor_runtime_online ${GPU_PROFILER_ add_executable(vgg16_cifar100_half dnn_sources/src/half/vgg16_cifar100_half.cc) target_link_libraries(vgg16_cifar100_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) -add_executable(mobilenet_half dnn_sources/src/half/mobilenet_depthwise_half.cc) +add_executable(mobilenet_half dnn_sources/src/half/mobilenet_half.cc) target_link_libraries(mobilenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) -add_executable(mobilenet_shallow_half dnn_sources/src/half/mobilenet_shallow_depthwise_half.cc) +add_executable(mobilenet_shallow_half dnn_sources/src/half/mobilenet_shallow_half.cc) target_link_libraries(mobilenet_shallow_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) diff --git a/llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_depthwise_half.cc b/llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_half.cc similarity index 100% rename from llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_depthwise_half.cc rename to llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_half.cc diff --git a/llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_shallow_depthwise_half.cc b/llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_shallow_half.cc similarity index 100% rename from llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_shallow_depthwise_half.cc rename to llvm/projects/hpvm-tensor-rt/dnn_sources/src/half/mobilenet_shallow_half.cc