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

Add nvcc cubin,fatbin,optix-ir compilation mode support #1872

Merged

Commits on Aug 31, 2023

  1. Add nvcc cubin,fatbin,optix-ir compilation mode support

    These compilation modes have different output from the compiler
    but the same input. So we add the compilation mode flag to
    the `common_args` when it doesn't match the default mode ( -c )
    robertmaynard committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    620a699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef85f49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    813f4cc View commit details
    Browse the repository at this point in the history