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 sccache for CTK 11.1 and properly track compilations in stats #2285

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

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    5271494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f160a0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1591089 View commit details
    Browse the repository at this point in the history
  4. compiler invocations with -v or --verbose must not be dist-compiled, …

    …since tools like CMake parse the output and expect to see client paths not dist-server paths
    trxcllnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ccfc60b View commit details
    Browse the repository at this point in the history
  5. add more clang flags

    trxcllnt committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bdaf35e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    e93f775 View commit details
    Browse the repository at this point in the history
  2. Normalize nvcc subcommand order for CTK <12.0, ensuring the DAG is pa…

    …rsed by inputs/outputs even if the preprocessor, cicc, and ptxas commands are out of order.
    trxcllnt committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b1acd9d View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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

Commits on Nov 22, 2024

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