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

Update Thrust to CCCL #206

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Jun 26, 2024

  1. Fix compilation for newer thrust versions

    Recent changes in Thrust, for the CUDA backend, no longer allow including `<thrust/device_vector.h>` into a translation unit that is not compiled by a CUDA compiler. As a workaround, the vectors containing the data are moved from the header into the benchmark implementation file.
    bernhardmgruber committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b5ad6c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f787167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be3132b View commit details
    Browse the repository at this point in the history