This is an archive of the discontinued LLVM Phabricator instance.

[test-suite, CUDA] Improve handling of GPUs not supported by particular CUDA version.
ClosedPublic

Authored by tra on Jan 2 2018, 1:55 PM.

Details

Summary

Tests for particular CUDA version will be built only for the GPUs
supported by that version. If none of the GPUs are supported,
cmake will issue a warning and move on to the next CUDA version.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Jan 2 2018, 1:55 PM
jlebar accepted this revision.Jan 8 2018, 8:22 AM
This revision is now accepted and ready to land.Jan 8 2018, 8:22 AM
This revision was automatically updated to reflect the committed changes.