Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 4.2k
    • Issues 4.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMakeCMake
  • CMakeCMake
  • Merge requests
  • !2298

FindCUDA: Do not find cublas_device on CUDA >= 9.2

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Kenta Kubo requested to merge kebo/cmake:deprecate-cublas_device into master Aug 17, 2018
  • Overview 5
  • Commits 1
  • Pipelines 2
  • Changes 1

According to CUDA 9.2 Release Notes, cublas_device is deprecated and will be removed in the next release. That is also described in !2296 (merged).

Therefore, the condition of finding cublas_device should be that CUDA version is greater than 5.0 and less than 9.2 (not containing).

Issue: #18290 (closed)
Topic-rename: FindCUDA-deprecate-cublas_device

Edited Aug 23, 2018 by Brad King
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: deprecate-cublas_device