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
9b946c97
Commit
9b946c97
authored
Aug 17, 2016
by
Peter W. Draper
Browse files
Revert "Get task graph back to same as master"
Master is broken, so back to original for now. This reverts commit
409531ab
.
parent
409531ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scheduler.c
View file @
9b946c97
...
...
@@ -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
*
cj
->
count
*
sid_scale
[
sid
]
<
space_subsize
&&
ci
->
count
*
sid_scale
[
sid
]
<
space_subsize
/
cj
->
count
&&
sid
!=
0
&&
sid
!=
2
&&
sid
!=
6
&&
sid
!=
8
)
{
/* Make this task a sub task. */
...
...
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