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

Adding Back FP16 tensorRT source rules into CMakeLists

parent 2e37277c
No related branches found
No related tags found
No related merge requests found
......@@ -235,29 +235,29 @@ target_link_libraries(resnet50_imagenet_promise_install tensor_runtime_install
#********* Half Precision Sources ******
#--- add_executable(lenet_half dnn_sources/src/half/lenet_keras_half.cc)
#--- target_link_libraries(lenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(lenet_half dnn_sources/src/half/lenet_keras_half.cc)
target_link_libraries(lenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#--- add_executable(alexnet_half dnn_sources/src/half/alexnet_cifar10_half.cc)
#--- target_link_libraries(alexnet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(alexnet_half dnn_sources/src/half/alexnet_cifar10_half.cc)
target_link_libraries(alexnet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#--- add_executable(alexnet2_half dnn_sources/src/half/alexnet2_cifar10_half.cc)
#--- target_link_libraries(alexnet2_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(alexnet2_half dnn_sources/src/half/alexnet2_cifar10_half.cc)
target_link_libraries(alexnet2_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#--- add_executable(resnet18_half dnn_sources/src/half/resnet18_cifar10_half.cc)
#--- target_link_libraries(resnet18_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(resnet18_half dnn_sources/src/half/resnet18_cifar10_half.cc)
target_link_libraries(resnet18_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#--- add_executable(vgg16_cifar10_half dnn_sources/src/half/vgg16_cifar10_half.cc)
#--- target_link_libraries(vgg16_cifar10_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(vgg16_cifar10_half dnn_sources/src/half/vgg16_cifar10_half.cc)
target_link_libraries(vgg16_cifar10_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
#--- 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(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)
#--- target_link_libraries(mobilenet_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(mobilenet_half dnn_sources/src/half/mobilenet_depthwise_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)
#--- target_link_libraries(mobilenet_shallow_half tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB})
add_executable(mobilenet_shallow_half dnn_sources/src/half/mobilenet_shallow_depthwise_half.cc)
target_link_libraries(mobilenet_shallow_half tensor_runtime_online ${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