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

Refine CUDA support. #712

Merged
merged 3 commits into from Nov 23, 2022
Merged

Refine CUDA support. #712

merged 3 commits into from Nov 23, 2022

Commits on Nov 22, 2022

  1. Allow to use clang++ with CUDA compiler.

    CUDA compiler supports clang++, but it wasn't possible to use it with
    cc-rs, because --target option was passed to nvcc instead of clang.
    dot-asm committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    2cb2792 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Refine CUDA support.

    Instead of counting all source files we count only .cu files, ones with
    device code that actually require the special treatment.
    dot-asm committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    fabd061 View commit details
    Browse the repository at this point in the history
  2. Update CUDA toolchain.

    dot-asm committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f323266 View commit details
    Browse the repository at this point in the history