Skip to content

Add 'cuda-9.0' and 'cuda-8.0' keywords and cuda-9.0 builds on 'shiller' (#2706)

James Willenbring requested to merge bartlettroscoe:2706-shiller-cuda-9.0 into develop

Created by: bartlettroscoe

CC: @fryeguy52

This allows supporting muiltiple CUDA version builds on the same system (see #2826).

This adds cuda-9.0 builds on 'hansen'/'shiller' in addition to the existing (renamed) cuda-8.0 builds default CUDA build. But you can still use cuda and it will defalt to cuda-8.0.

Motivation and Context

We need a CUDA 9.0 build on 'shiller' to get ready for moving up to CUDA 9.2 soon. And we need to support multiple CUDA versions on the same system.

How Has This Been Tested?

I tested this locally on 'shiller' with the Jenkins ctest -S driver and local builds with the checkin-test-sems.sh script. It think this is a pretty safe change.

Checklist

  • My commit messages mention the appropriate GitHub issue numbers.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.

Merge request reports