summaryrefslogtreecommitdiff
path: root/test/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-10-15 17:43:20 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-10-15 17:43:20 +0200
commit7663cba23487290d7bf62c268410c840e3ee7972 (patch)
tree1da30f7785e7b6984ed241aecdaba4093510ab6a /test/routines
parent71049e8d3966ac58263355a41abb4eac5dec818f (diff)
Fixes for the CUDA API: first tests pass and the client runs
Diffstat (limited to 'test/routines')
-rw-r--r--test/routines/level1/xaxpy.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/routines/level1/xaxpy.hpp b/test/routines/level1/xaxpy.hpp
index cdceb4c7..7491a9e8 100644
--- a/test/routines/level1/xaxpy.hpp
+++ b/test/routines/level1/xaxpy.hpp
@@ -83,6 +83,7 @@ class TestXaxpy {
buffers.x_vec(), args.x_offset, args.x_inc,
buffers.y_vec(), args.y_offset, args.y_inc,
queue.GetContext()(), queue.GetDevice()());
+ cuStreamSynchronize(queue());
#endif
return status;
}