summaryrefslogtreecommitdiff
path: root/src/routines/level1/xaxpy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level1/xaxpy.cc')
-rw-r--r--src/routines/level1/xaxpy.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level1/xaxpy.cc b/src/routines/level1/xaxpy.cc
index f37a0724..c5acaf49 100644
--- a/src/routines/level1/xaxpy.cc
+++ b/src/routines/level1/xaxpy.cc
@@ -99,9 +99,6 @@ StatusCode Xaxpy<T>::DoAxpy(const size_t n, const T alpha,
}
if (ErrorIn(status)) { return status; }
- // Waits for all kernels to finish
- queue_.Finish();
-
// Succesfully finished the computation
return StatusCode::kSuccess;
} catch (...) { return StatusCode::kInvalidKernel; }