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
!190
Set up cava benchmark
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Set up cava benchmark
cava_opt_3
into
main
Overview
0
Commits
16
Pipelines
12
Changes
10
Merged
rarbore2
requested to merge
cava_opt_3
into
main
1 month ago
Overview
0
Commits
16
Pipelines
12
Changes
1
Expand
Set up cava benchmark w/ criterion.
GPU schedule for cava.
Convert a bunch of benchmarks from using hercules refs to use hercules boxes.
Define
AlignedAlloc
global allocator in
hercules_rt
that aligns everything to 32 bytes.
Bump nom version.
Edited
1 month ago
by
rarbore2
0
0
Merge request reports
Compare
version 1
version 12
fd863925
1 month ago
version 11
966a8cc4
1 month ago
version 10
a84d8c89
1 month ago
version 9
04e41c17
1 month ago
version 8
b00cd2bb
1 month ago
version 7
004eb2c6
1 month ago
version 6
f7a35a6d
1 month ago
version 5
69d7a09c
1 month ago
version 4
7c9fe86e
1 month ago
version 3
08c35451
1 month ago
version 2
08c35451
1 month ago
version 1
ee693557
1 month ago
main (base)
and
version 2
latest version
16bdbabd
16 commits,
1 month ago
version 12
fd863925
15 commits,
1 month ago
version 11
966a8cc4
14 commits,
1 month ago
version 10
a84d8c89
13 commits,
1 month ago
version 9
04e41c17
12 commits,
1 month ago
version 8
b00cd2bb
11 commits,
1 month ago
version 7
004eb2c6
10 commits,
1 month ago
version 6
f7a35a6d
9 commits,
1 month ago
version 5
69d7a09c
8 commits,
1 month ago
version 4
7c9fe86e
7 commits,
1 month ago
version 3
08c35451
6 commits,
1 month ago
version 2
08c35451
6 commits,
1 month ago
version 1
ee693557
5 commits,
1 month ago
Show latest version
1 file
+
3
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
juno_samples/cava/src/gpu.sch
+
3
−
3
Options
@@ -117,9 +117,9 @@ fixpoint {
simpl!(fuse4);
array-slf(fuse4);
simpl!(fuse4);
fork-tile[2, 0, false, true](fuse4@channel_loop);
fork-split(fuse4@channel_loop);
clean-monoid-reduces(fuse4);
//
fork-tile[2, 0, false, true](fuse4@channel_loop);
//
fork-split(fuse4@channel_loop);
//
clean-monoid-reduces(fuse4);
no-memset(fuse5@res1);
no-memset(fuse5@res2);
Loading