Files
CMake/Source
Robert Maynard e768d96c74 CUDA: Filter out host link flags during device linking
Since commit v3.12.0-rc1~278^2 (CUDA: Pass more link libraries to device
linking, 2018-03-27) we consider every link item during device linking.
However, items that start in `-` may be host-specific link flags that
nvcc will not understand during device linking.  Filter such items using
a white list.

In particular, this allows `-pthread` to be used for host linking while
not polluting the device link line.

Issue: #18008
2018-10-24 09:54:25 -04:00
..
2018-09-10 07:32:16 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-05-31 08:50:15 -04:00
2018-10-03 08:20:44 -04:00
2018-06-04 10:32:49 -04:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-01-04 06:52:01 +11:00
2018-06-04 10:32:49 -04:00
2018-06-04 10:32:49 -04:00
2018-02-26 11:24:45 -05:00
2018-02-26 11:24:45 -05:00
2018-06-04 10:32:49 -04:00
2017-11-03 10:25:05 -04:00
2018-02-13 11:24:30 -05:00
2018-06-04 10:32:49 -04:00
2017-11-03 10:25:05 -04:00
2018-04-03 17:28:08 -04:00