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
diff options
context:
space:
mode:
authorNathan Luehr <nluehr@nvidia.com>2016-04-20 00:51:03 +0300
committerNathan Luehr <nluehr@nvidia.com>2016-04-20 00:51:03 +0300
commit03df4c77594bb37ab39323412b98123ddada1804 (patch)
tree0835d6f57b1b18ef740ff12ad55fdf6676f6aca5 /test
parent0d4f8f4e95a3d875aae5f0ed287be12f4ecb3535 (diff)
Moved no-as-needed flag to link rule.
Avoids link errors for tests linked with nvcc.
Diffstat (limited to 'test')
-rw-r--r--test/include/test_utilities.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/include/test_utilities.h b/test/include/test_utilities.h
index fb34d19..4196801 100644
--- a/test/include/test_utilities.h
+++ b/test/include/test_utilities.h
@@ -31,6 +31,7 @@
#define SRC_TEST_UTILITIES_H_
#include <curand.h>
+#include <string>
#define CUDACHECK(cmd) do { \
cudaError_t e = cmd; \