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

Ensure that {cr}begin works with types that pull in namespace std via ADL #1685

Merged
merged 7 commits into from
May 16, 2024

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    3642744 View commit details
    Browse the repository at this point in the history
  2. Ensure that {cr}begin works with types that pull in namespace std via…

    … ADL
    
    Those types must be host only so we can safely SFINAE away our own free functions that would be ambiguous
    miscco committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6f09972 View commit details
    Browse the repository at this point in the history
  3. For now only synthesize the access functions for thrust.

    libcu++ has issues with old compilers
    miscco committed May 13, 2024
    Configuration menu
    Copy the full SHA
    43a301b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27cdf34 View commit details
    Browse the repository at this point in the history
  5. Fix unqualified calls to __swallow

    Fixes [BUG]: libcudacxx clashes w/ libc++: ambiguous overload resolution for `__swallow` NVIDIA#1678
    miscco committed May 13, 2024
    Configuration menu
    Copy the full SHA
    a64b49a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2658902 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c4b22e View commit details
    Browse the repository at this point in the history