Disable single compilation unit with CUDA 9.0
commit1982bad52980f9f21ecb6fba1791eb07cb11ce0f
authorSzilárd Páll <pall.szilard@gmail.com>
Thu, 19 Jul 2018 13:53:43 +0000 (19 15:53 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 20 Aug 2018 23:18:42 +0000 (21 01:18 +0200)
tree4af0dd2df81deef5808dbf22bcc8a31a8516551d
parentde5aaa572243889fc61f4ca45303a1b36503bedb
Disable single compilation unit with CUDA 9.0

CUDA 9.0 does not support CC 2.x, hence even with the default list of
targeted arch, multiple compilation units an be enabled.

Fixes #2561

Change-Id: I741081da39539f211fad32bda5c1f1dccc4378f9
cmake/gmxManageGPU.cmake