This revision was automatically updated to reflect the committed changes.
Closed by commit rL281552: [test-suite] [CUDA] Update README. (authored by 
jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D24590?vs=71445&id=71457#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24590

Files:
  test-suite/trunk/External/CUDA/README

Index: test-suite/trunk/External/CUDA/README
===================================================================
--- test-suite/trunk/External/CUDA/README
+++ test-suite/trunk/External/CUDA/README
@@ -48,14 +48,17 @@
   $ PATH=$CLANG_DIR/bin:$PATH CXX=clang++ CC=clang \
     cmake -G Ninja -DTEST_SUITE_EXTERNALS_DIR=$EXTERNALS $TEST_SUITE_DIR
   $ ninja cuda-tests-all
-  $ lit -j1 Externals/CUDA
+  $ lit -j1 External/CUDA
 
   When you run cmake, it should say "Found CUDA prerequisites $CUDA_EXTERNALS",
   followed by "Found cuda X.Y" and "Found GCC X.Y.Z" for each version you've
   installed.
 
-  For convenience there are top-level targets that build only one particular
-  variant of the tests:
+  There's a cuda-tests-simple target that excludes tests that take a long time
+  to build (Thrust), and cuda-tests-thrust builds only Thrust.
+
+  There are also top-level targets that build only one particular variant of 
the
+  tests:
 
     cuda-tests-<variant_suffix>
 
@@ -66,3 +69,6 @@
     <test_name>-<variant suffix>
 
   E.g: thrust-cuda-7.5-c++98-libstdc++-4.9.3 OR axpy-cuda-7.0-c++11-libc++
+
+  `ninja help | grep cuda` will show all the targets, for your copy/pasting
+  pleasure.


Index: test-suite/trunk/External/CUDA/README
===================================================================
--- test-suite/trunk/External/CUDA/README
+++ test-suite/trunk/External/CUDA/README
@@ -48,14 +48,17 @@
   $ PATH=$CLANG_DIR/bin:$PATH CXX=clang++ CC=clang \
     cmake -G Ninja -DTEST_SUITE_EXTERNALS_DIR=$EXTERNALS $TEST_SUITE_DIR
   $ ninja cuda-tests-all
-  $ lit -j1 Externals/CUDA
+  $ lit -j1 External/CUDA
 
   When you run cmake, it should say "Found CUDA prerequisites $CUDA_EXTERNALS",
   followed by "Found cuda X.Y" and "Found GCC X.Y.Z" for each version you've
   installed.
 
-  For convenience there are top-level targets that build only one particular
-  variant of the tests:
+  There's a cuda-tests-simple target that excludes tests that take a long time
+  to build (Thrust), and cuda-tests-thrust builds only Thrust.
+
+  There are also top-level targets that build only one particular variant of the
+  tests:
 
     cuda-tests-<variant_suffix>
 
@@ -66,3 +69,6 @@
     <test_name>-<variant suffix>
 
   E.g: thrust-cuda-7.5-c++98-libstdc++-4.9.3 OR axpy-cuda-7.0-c++11-libc++
+
+  `ninja help | grep cuda` will show all the targets, for your copy/pasting
+  pleasure.
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to