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:
Diffstat (limited to 'src/reduce_test.cu')
-rw-r--r--src/reduce_test.cu2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reduce_test.cu b/src/reduce_test.cu
index fc06225..ce17e32 100644
--- a/src/reduce_test.cu
+++ b/src/reduce_test.cu
@@ -285,6 +285,8 @@ int main(int argc, char* argv[]) {
#endif
RunTests<float>(N / sizeof(float), ncclFloat, comms, dList);
RunTests<double>(N / sizeof(double), ncclDouble, comms, dList);
+ RunTests<long long>(N / sizeof(long long), ncclInt64, comms, dList);
+ RunTests<unsigned long long>(N / sizeof(unsigned long long), ncclUint64, comms, dList);
printf("\n");