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

Add new cuda kernel synchronization with hpx::future demo #3292

Merged
merged 1 commit into from May 4, 2018

Commits on Apr 17, 2018

  1. Add new cuda kernel synchronization with hpx::future demo

    This example shows how to launch a kuda kernel and bind it to
    an hpx::future so that continuations may be attached to it
    in the same way as a CPU task.
    
    A new helper class is introduced that can be used with the old
    cuBlas +future example code. This commit unifies the two to make a
    cleaner integration.
    
    The cuda_future_helper might benefit from being moved into the main
    hpx::compute tree rather than being in examples.
    biddisco committed Apr 17, 2018
    Copy the full SHA
    a1e7161 View commit details
    Browse the repository at this point in the history