[PATCH] D49889: [test-suite, CUDA] Filter out long-running redundant SIMD tests.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 27 11:03:13 PDT 2018
jlebar accepted this revision.
jlebar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: External/CUDA/CMakeLists.txt:97
+ # We only need SIMD tests on CUDA-8.0 to verivy that our reference is correct
+ # and matches NVIDIA-provided one. and on CUDA-9.2 to verify that clang's
+ # implementation matches the reference. This test also happens to be the
----------------
, and on
Repository:
rT test-suite
https://reviews.llvm.org/D49889
More information about the llvm-commits
mailing list