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

Propagate compiler flags down to libcu++ LIT tests #2420

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 17, 2024

  1. Propagate compiler flags down to libcu++ LIT tests

    In order to run libcu++ tests with clang lit has to use correct compiler settings.
    It currently appears to rely on clang automatically finding and using
    the default CUDA installation, but that's not necessarily the CUDA that
    the build itself may have been configured to use.
    
    Clang builds may also require building them with the host libc++, instead of the default libstdc++.
    That requires propagation of the top-level CFLAGS specified by the user.
    Artem-B committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    10d4c6b View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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