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

Fix C++11 support of recently added tests #651

Merged
merged 4 commits into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6b685bf View commit details
    Browse the repository at this point in the history
  2. Skip cp_async_bulk* tests pre-C++14

    The tests themselves use C++14 constexpr features. The library code is
    still tested through:
    
    PASS: libcu++ :: cuda/barrier/cp_async_bulk_ptx_compiles.pass.cpp (6 of 9)
    PASS: libcu++ :: cuda/barrier/cp_async_bulk_feature_test.pass.cpp (7 of 9)
    PASS: libcu++ :: cuda/barrier/cp_async_bulk.pass.cpp (8 of 9)
    PASS: libcu++ :: cuda/barrier/cp_async_bulk_tensor.pass.cpp (9 of 9)
    ahendriksen committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cbbe848 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    5b4c2e1 View commit details
    Browse the repository at this point in the history
  2. Address review comments

    miscco committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5c112d2 View commit details
    Browse the repository at this point in the history