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 392
    • Issues 392
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • 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
  • !41

Cuda fixes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hans-Nikolai Viessmann requested to merge hans/sac2c:cuda-fixes into develop Mar 07, 2018
  • Overview 17
  • Commits 6
  • Changes 15

This merge request is made up of three parts:

  1. we fix some runtime problems within CUDA and HWLOC (relating to the recent runtime/libsac reshuffle)
  2. update sac2c CUDA backend to support -arch=sm_35 for CUDA (as sm_20 and lower are no longer supported by CUDA 9 (depreciated in CUDA 8). This update though is a rough fix and we should probably re-evaluate how we encode CUDA backend parameters in regards the the hardware constraints set out by CUDA CC.
  3. extend the CMAKE configuration phase to better detect CUDA - we now actually compile some code the gives out detailed information about the state of CUDA on the system.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cuda-fixes