This repository was archived by the owner on Apr 28, 2023. It is now read-only.
Commit c70ca38
Sven Verdoolaege
MappedScop::makeOneBlockOneThread: return proper mapped scop
One of the invariants of a MappedScop is that there should
be mappings to blocks and threads in every path of the tree.
In particular, tightenLaunchBounds assumes that these mappings
are available, even though it will silently compute possibly
incorrect results (which happen to be correct on a scop
mapped with makeOneBlockOneThread) if they are missing.
Insert the required mappings in makeOneBlockOneThread.1 parent c69cf78 commit c70ca38
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
77 | 81 | | |
78 | 82 | | |
79 | 83 | | |
| |||
0 commit comments