We need to add nvcc to the set of configurations we test.
- We need to determine which version we need to support.
- CUDA 10.1 unblocked VS2019 users, however 10.1 Update 2 added
if constexpr support. Which we want.
- We need to actually add tests which use
nvcc.
- We have some internally but they aren't fit for external consumption.
Microsoft-internal: Tracked by VSO-750842 / AB#750842. After we add CUDA 10.1 Update 2 coverage to GitHub, we should remove our completely-hacked-up CUDA 9.2 coverage from the MSVC-internal vcr test suite.
We need to add
nvccto the set of configurations we test.if constexprsupport. Which we want.nvcc.Microsoft-internal: Tracked by VSO-750842 / AB#750842. After we add CUDA 10.1 Update 2 coverage to GitHub, we should remove our completely-hacked-up CUDA 9.2 coverage from the MSVC-internal
vcrtest suite.