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
8d0104a4
Commit
8d0104a4
authored
4 years ago
by
Hashim Sharif
Browse files
Options
Downloads
Patches
Plain Diff
Removing old Image bench Cmake rules
parent
cca95aba
No related branches found
No related tags found
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
+3
-28
3 additions, 28 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
with
3 additions
and
28 deletions
llvm/projects/hpvm-tensor-rt/CMakeLists.txt
+
3
−
28
View file @
8d0104a4
...
...
@@ -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"
)
...
...
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