This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ class MappedScop {
161
161
162
162
// Find best thread sync between st1 and st2 when st2 is scheduled after
163
163
// st1.
164
- // This function should assumes that it is called before block mapping
164
+ // This function assumes that it is called before block mapping
165
165
// and that st1 and st2 are already mapped to threads.
166
166
Scop::SyncLevel findBestSync (
167
167
detail::ScheduleTree* st1,
@@ -172,7 +172,7 @@ class MappedScop {
172
172
// the number of __syncthreads, and then the number of __syncwarp
173
173
// bestSync[i][k] == l means that there must be a synchronization at level at
174
174
// least l between child i and child i + k.
175
- // if i + k > nChildren, this means that it correspond to synchronizations
175
+ // if i + k > nChildren, this means that it corresponds to synchronizations
176
176
// between child i and child (i + k) % nChildren at two different iteration
177
177
// of the outer sequential member if hasOuterSequentialMember is true.
178
178
// However, these cells should still exist if hasOuterSequentialMember is
You can’t perform that action at this time.
0 commit comments