Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • sac2c sac2c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 394
    • Issues 394
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 17
    • Merge requests 17
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • sac-group
  • sac2csac2c
  • Merge requests
  • !263

fix cuda CC minimum version to 3.5 or 5.0

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:fix_min_cuda_cc into develop Dec 17, 2023
  • Overview 0
  • Commits 2
  • Changes 2

With CUDA 11, the minimum CC version is 3.5 (which we have been using since CUDA 9). With CUDA 12, CC 3.5 is dropped, and 5.0 is now the minimum CC.

Additionally, we bump the GoogleTests C++ standard up to 14 (required for version >= 1.13.0). This should be fine for older versions of GTest as well as, going back to version 1.10.0.

Edited Dec 17, 2023 by Hans-Nikolai Viessmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix_min_cuda_cc