[arrayfire] 110/284: Removed obsolete queue sync in cpu::padArray fn
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit 7dad2efd3940d12eee71e3092b9cc7f93e3e1212
Author: pradeep <pradeep at arrayfire.com>
Date: Mon Dec 28 18:07:08 2015 -0500
Removed obsolete queue sync in cpu::padArray fn
---
src/backend/cpu/copy.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/backend/cpu/copy.cpp b/src/backend/cpu/copy.cpp
index 8085a0f..91a1513 100644
--- a/src/backend/cpu/copy.cpp
+++ b/src/backend/cpu/copy.cpp
@@ -60,8 +60,6 @@ Array<outType> padArray(Array<inType> const &in, dim4 const &dims,
Array<outType> ret = createValueArray<outType>(dims, default_value);
ret.eval();
in.eval();
- // FIXME:
- getQueue().sync();
ENQUEUE(kernel::copy<outType, inType>, ret, in, outType(default_value), factor);
return ret;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list