Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hpvm-release
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
hpvm-release
Commits
603c6ebc
Commit
603c6ebc
authored
4 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Adding Back FP16 tensorRT source rules into CMakeLists
parent
2e37277c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+16
-16
16 additions, 16 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
with
16 additions
and
16 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
16
−
16
View file @
603c6ebc
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment