This is an archive of the discontinued LLVM Phabricator instance.

[test-suite, CUDA] Filter out long-running redundant SIMD tests.
ClosedPublic

Authored by tra on Jul 26 2018, 4:41 PM.

Details

Summary

The tests do not depend on C++ library or C++ dialect.

We only need SIMD tests on CUDA-8.0 and 9.2. First one is to verify our
reference implementation against CUDA-provided one. The second one actually
tests clang-provided implementation of these functions.

Diff Detail

Repository
rL LLVM

Event Timeline

tra created this revision.Jul 26 2018, 4:41 PM
tra updated this revision to Diff 157609.Jul 26 2018, 4:54 PM

Use [] to escape special characters in the regex.
Otherwise I have to use "\\\\" which is way too many characters for my taste.

jlebar accepted this revision.Jul 27 2018, 11:03 AM
jlebar added inline comments.
External/CUDA/CMakeLists.txt
97 ↗(On Diff #157609)

, and on

This revision is now accepted and ready to land.Jul 27 2018, 11:03 AM
This revision was automatically updated to reflect the committed changes.