Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Hercules
Merge requests
!221
Optimize edge
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Optimize edge
more_opts6
into
main
Overview
0
Commits
2
Pipelines
1
Changes
4
Merged
rarbore2
requested to merge
more_opts6
into
main
2 weeks ago
Overview
0
Commits
2
Pipelines
1
Changes
4
Expand
Inline filter dimensions into edge detection Juno code.
This is fair, since in the HPVM baseline, the dimensions are known at compile time via
#define
s.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ba7cfb6a
2 commits,
2 weeks ago
4 files
+
27
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
juno_samples/edge_detection/benches/edge_detection_bench.rs
+
0
−
3
Options
@@ -87,9 +87,6 @@ fn edge_detection_bench(c: &mut Criterion) {
r
.run
(
height
as
u64
,
width
as
u64
,
gs
as
u64
,
sz
as
u64
,
sb
as
u64
,
input_h
.to
(),
gaussian_filter_h
,
structure_h
,
Loading