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