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
path: root/test
AgeCommit message (Collapse)Author
2016-06-07Changed CURAND generator to work on a wider set of platforms.Sylvain Jeaugey
2016-04-20Moved no-as-needed flag to link rule.Nathan Luehr
Avoids link errors for tests linked with nvcc.
2016-04-19Fix MPI test usageSylvain Jeaugey
Only display usage from rank 0 and exit instead of continuing (and seg fault).
2016-01-29Added NCCL error checking to tests.Nathan Luehr
Also cleaned up makefile so that tests and lib are not built unnecessarily. Change-Id: Ia0c596cc2213628de2f066be97615c09bb1bb262 Reviewed-on: http://git-master/r/999627 Reviewed-by: Przemek Tredak <ptredak@nvidia.com> Tested-by: Przemek Tredak <ptredak@nvidia.com>
2016-01-28Moved tests to separate dir and improved MPI testSylvain Jeaugey
test sources moved to test/ directory. MPI test displays PASS/FAIL and returns code accordingly. Change-Id: I058ebd1bd5202d8f38cc9787898b2480100c102b Reviewed-on: http://git-master/r/936086 Reviewed-by: Przemek Tredak <ptredak@nvidia.com> Tested-by: Przemek Tredak <ptredak@nvidia.com>