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
Commits
ed030c23
Commit
ed030c23
authored
4 months ago
by
rarbore2
Browse files
Options
Downloads
Patches
Plain Diff
Revert "optimize cfd"
This reverts commit
de69a37e
.
parent
de69a37e
No related branches found
No related tags found
1 merge request
!228
Schedule CFD
Pipeline
#202115
passed
4 months ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
juno_samples/rodinia/cfd/src/cpu_euler.sch
+1
-3
1 addition, 3 deletions
juno_samples/rodinia/cfd/src/cpu_euler.sch
juno_samples/rodinia/cfd/src/cpu_pre_euler.sch
+1
-2
1 addition, 2 deletions
juno_samples/rodinia/cfd/src/cpu_pre_euler.sch
with
2 additions
and
5 deletions
juno_samples/rodinia/cfd/src/cpu_euler.sch
+
1
−
3
View file @
ed030c23
...
...
@@ -25,7 +25,7 @@ fixpoint {
fork-guard-elim(*);
}
simpl!(*);
fork
-unroll
(compute_flux@inner_loop);
un
fork
ify
(compute_flux@inner_loop);
if !feature("seq") {
fork-tile[32, 0, false, false](compute_step_factor);
...
...
@@ -57,8 +57,6 @@ if !feature("seq") {
copy_vars = copy_vars_body;
}
fork-tile[9, 0, false, true](compute_flux);
const-inline[false](*);
simpl!(*);
fork-split(compute_step_factor, compute_flux, time_step, copy_vars);
...
...
This diff is collapsed.
Click to expand it.
juno_samples/rodinia/cfd/src/cpu_pre_euler.sch
+
1
−
2
View file @
ed030c23
...
...
@@ -25,7 +25,7 @@ fixpoint {
}
simpl!(*);
no-memset(compute_step_factor@res, compute_flux_contributions@res, compute_flux@res, copy_vars@res);
fork
-unroll
(compute_flux@inner_loop);
un
fork
ify
(compute_flux@inner_loop);
if !feature("seq") {
fork-tile[32, 0, false, false](compute_step_factor);
...
...
@@ -63,7 +63,6 @@ if !feature("seq") {
simpl!(copy_vars, copy_vars_body);
copy_vars = copy_vars_body;
}
fork-tile[9, 0, false, true](compute_flux_contributions, compute_flux);
const-inline[false](*);
simpl!(*);
...
...
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