summaryrefslogtreecommitdiff
path: root/src/routines/level1/xscal.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/routines/level1/xscal.cc')
-rw-r--r--src/routines/level1/xscal.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/routines/level1/xscal.cc b/src/routines/level1/xscal.cc
index 3fc36b3d..57bbe9e8 100644
--- a/src/routines/level1/xscal.cc
+++ b/src/routines/level1/xscal.cc
@@ -91,9 +91,6 @@ StatusCode Xscal<T>::DoScal(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; }