Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marian-nmt/nccl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Jeaugey <sjeaugey@nvidia.com>2016-09-20 21:52:15 +0300
committerSylvain Jeaugey <sjeaugey@nvidia.com>2016-09-22 21:58:33 +0300
commitca330b110ae76ace344182ab83a028911111cc36 (patch)
tree2225d406a3eca4ec735213e1b86e4ecfa2eafd22 /Makefile
parent6c77476cc1aeb38a7666550813baaedde3dd32d1 (diff)
Add scan testsv1.3.0-1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35e5eef..177230b 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,11 @@ MPI_INC ?= $(MPI_HOME)/include
MPI_LIB ?= $(MPI_HOME)/lib
MPIFLAGS := -I$(MPI_INC) -L$(MPI_LIB) -lmpi
-TESTS := all_gather_test all_reduce_test broadcast_test reduce_test reduce_scatter_test
+TESTS := all_gather_test all_gather_scan \
+ all_reduce_test all_reduce_scan \
+ broadcast_test broadcast_scan \
+ reduce_test reduce_scan \
+ reduce_scatter_test reduce_scatter_scan
MPITESTS := mpi_test
TSTINC := -I$(NCCL_INC) -Itest/include