We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08be26c + 92afef3 commit 6aa49d6Copy full SHA for 6aa49d6
runtime/legion/legion_tasks.cc
@@ -4068,7 +4068,7 @@ namespace Legion {
4068
}
4069
// Construct the collective mapping
4070
std::vector<AddressSpaceID> spaces(output.target_processors.size()+1);
4071
- for (unsigned idx = 0; idx < spaces.size(); idx++)
+ for (unsigned idx = 0; idx < output.target_processors.size(); idx++)
4072
spaces[idx] = output.target_processors[idx].address_space();
4073
// Make sure we include our local space too
4074
spaces.back() = runtime->address_space;
0 commit comments