Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converting partitioners to use bulk async execute #1685

Merged
merged 1 commit into from Jul 27, 2015
Merged

Converting partitioners to use bulk async execute #1685

merged 1 commit into from Jul 27, 2015

Conversation

dcbdan
Copy link
Contributor

@dcbdan dcbdan commented Jul 22, 2015

The partitioner was changed to make use of the bulk overload of
async execute for the parallel algorithms and functional components
of invoke fused was added.
Other:

  • chunk_size.hpp reserves different size for shape function and
    shape is now a vector of tuples
  • partitioner and foreach partioner takes advantage of
    bind(invoked, function, _1)

The partitioner was changed to make use of the bulk overload of
async execute for the parallel algorithms. Functional components
of invoke fused was added too.

Other:
- chunk_size.hpp reserves different size for shape function and
  shape is now a vector of tuples
- partitioner and foreach partioner takes advantage of
  bind(invoked, function, _1)
@hkaiser
Copy link
Member

hkaiser commented Jul 23, 2015

LGTM, thanks!

@hkaiser hkaiser mentioned this pull request Jul 24, 2015
16 tasks
sithhell added a commit that referenced this pull request Jul 27, 2015
Converting partitioners to use bulk async execute
@sithhell sithhell merged commit 2bbbef9 into STEllAR-GROUP:master Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants