[arrayfire] 108/284: fixed cpu::kernel::dot fn signature
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 4f8b3fad7de425ceca4ce80e40163c9d8f9c6160
Author: pradeep <pradeep at arrayfire.com>
Date: Mon Dec 28 16:55:54 2015 -0500
fixed cpu::kernel::dot fn signature
---
src/backend/cpu/kernel/dot.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/cpu/kernel/dot.hpp b/src/backend/cpu/kernel/dot.hpp
index ef51841..71f2c6f 100644
--- a/src/backend/cpu/kernel/dot.hpp
+++ b/src/backend/cpu/kernel/dot.hpp
@@ -24,7 +24,7 @@ template<> cfloat conj<cfloat> (cfloat c) { return std::conj(c); }
template<> cdouble conj<cdouble>(cdouble c) { return std::conj(c); }
template<typename T, bool conjugate, bool both_conjugate>
-void dot(Array<T> output, const Array<T> &lhs, const Array<T> &rhs,
+void dot(Array<T> output, const Array<T> lhs, const Array<T> rhs,
af_mat_prop optLhs, af_mat_prop optRhs)
{
int N = lhs.dims()[0];
--
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