commit | 7a0d0983521cbd16030add2afbb0f7d9e75cce6f | [log] [tgz] |
---|---|---|
author | Raul Tambre <raul@tambre.ee> | Mon Dec 27 20:40:29 2021 +0200 |
committer | Raul Tambre <raul@tambre.ee> | Thu Jan 27 22:11:13 2022 +0200 |
tree | 0ec31eaa38525b49c7003c9b3401acf32eecfa5f | |
parent | d19273bc7b361a54041706c02857993e244d3b50 [diff] |
CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user If empty we otherwise treat it the same as unset in most places, but still end up failing eventually with a confusing "Failed to find a working CUDA architecture". This also detects some other basic invalid ones (e.g. "al").