summaryrefslogtreecommitdiff
path: root/src/routines/level2/xgemv.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level2/xgemv.cc')
-rw-r--r--src/routines/level2/xgemv.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level2/xgemv.cc b/src/routines/level2/xgemv.cc
index 79cf8248..bf7ae6fa 100644
--- a/src/routines/level2/xgemv.cc
+++ b/src/routines/level2/xgemv.cc
@@ -165,9 +165,6 @@ StatusCode Xgemv<T>::MatVec(const Layout layout, const Transpose a_transpose,
status = RunKernel(kernel, global, local);
if (ErrorIn(status)) { return status; }
- // Waits for all kernels to finish
- queue_.Finish();
-
// Succesfully finished the computation
return StatusCode::kSuccess;
} catch (...) { return StatusCode::kInvalidKernel; }