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

Update to CUDA 11.0 RC (11.0.182) [11.1.x] #5936

Commits on Jun 12, 2020

  1. Update to CUDA 11.0 RC (11.0.182)

    Update to CUDA 11.0 RC:
      * CUDA version 11.0.182
      * NVIDIA drivers version 450.36.06
    
    Use the same package structure on Intel/AMD (x86_64), Power (ppc64le) and ARMv8/SBSA (aarch64).
    
    Include support for c++17, gcc 9, clang 9.
    
    See https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#title-new-features .
    fwyzard committed Jun 12, 2020
    Configuration menu
    Copy the full SHA
    ef6ab34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a704c77 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Define the C++ standard for NVCC

    Define in a central place the C++ standard to use for building host and device code with nvcc.
    fwyzard committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    83f104c View commit details
    Browse the repository at this point in the history