Here we see a clear example of how cilk implements a store then steal of the continuation task. This allows for overall less steals due to the 'unpacking' of bulkier work from the continuation task.
Please log in to leave a comment.
Here we see a clear example of how cilk implements a store then steal of the continuation task. This allows for overall less steals due to the 'unpacking' of bulkier work from the continuation task.