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
!171
"git@gitlab.engr.illinois.edu:llvm/distiller.git" did not exist on "75a1e7e8ade5c6a5f410e0f2a54d0802d843921e"
oops
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
oops
fork-chunk-fix
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Xavier Routh
requested to merge
fork-chunk-fix
into
main
1 month ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
0b166d7f
1 commit,
1 month ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
hercules_opt/src/fork_transforms.rs
+
1
−
1
Options
@@ -971,7 +971,7 @@ pub fn chunk_fork_unguarded(
let
inner
=
DynamicConstant
::
div
(
new_factors
[
dim_idx
],
tile_size
);
new_factors
.insert
(
dim_idx
,
tile_size
);
let
inner_dc_id
=
edit
.add_dynamic_constant
(
inner
);
new_factors
[
dim_idx
+
1
]
=
inner_dc_id
;
let
new_fork
=
Node
::
Fork
{
control
:
old_control
,
Loading