[arrayfire] 152/284: Add missing isLAPACKAvailable implementation in CPU backend
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:28 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 e5bb33442a95ca7e4d8e2d82e29246f3e74f4a7c
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Mon Jan 4 10:17:17 2016 -0500
Add missing isLAPACKAvailable implementation in CPU backend
---
src/backend/cpu/lu.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/backend/cpu/lu.cpp b/src/backend/cpu/lu.cpp
index f8fc92d..265fdfa 100644
--- a/src/backend/cpu/lu.cpp
+++ b/src/backend/cpu/lu.cpp
@@ -109,6 +109,11 @@ Array<int> lu_inplace(Array<T> &in, const bool convert_pivot)
AF_ERROR("Linear Algebra is disabled on CPU", AF_ERR_NOT_CONFIGURED);
}
+bool isLAPACKAvailable()
+{
+ return false;
+}
+
}
#endif
--
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