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

Require allocated type to have only a trivial constructor for make_device_unique and make_host_unique #204

Merged

Commits on Nov 28, 2018

  1. Require allocated type to have only a trivial constructor for make_de…

    …vice_unique and make_host_unique
    
    In principle we could call a non-trivial constructor in
    make_host_unique, but since the only point of the pinned host memory
    is to transfer data to/from device memory, one needs (well, almost)
    the same struct for the make_device_unique as well. I deviced to go
    for consistency.
    makortel committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    2c74135 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. Configuration menu
    Copy the full SHA
    6df181f View commit details
    Browse the repository at this point in the history