Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
409531ab
Commit
409531ab
authored
Aug 12, 2016
by
Peter W. Draper
Browse files
Get task graph back to same as master
For cells with large counts this matters
parent
98b8c242
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
409531ab
...
...
@@ -215,7 +215,7 @@ static void scheduler_splittask(struct task *t, struct scheduler *s) {
/* Replace by a single sub-task? */
if
(
scheduler_dosub
&&
ci
->
count
*
sid_scale
[
sid
]
<
space_subsize
/
cj
->
count
&&
ci
->
count
*
cj
->
count
*
sid_scale
[
sid
]
<
space_subsize
&&
sid
!=
0
&&
sid
!=
2
&&
sid
!=
6
&&
sid
!=
8
)
{
/* Make this task a sub task. */
...
...
Peter W. Draper
@pdraper
mentioned in commit
9b946c97
·
Aug 17, 2016
mentioned in commit
9b946c97
mentioned in commit 9b946c97930f1ab737546284671d727102d530a9
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment