[arrayfire] 254/284: syntax+typo fix in opencl backend
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:39 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 209643ba71796031f9d1dc5fbe273fe5a9ba3227
Author: pradeep <pradeep at arrayfire.com>
Date: Fri Jan 29 18:28:24 2016 +0530
syntax+typo fix in opencl backend
---
src/backend/opencl/platform.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/opencl/platform.cpp b/src/backend/opencl/platform.cpp
index 12bb71d..9dbb3ca 100644
--- a/src/backend/opencl/platform.cpp
+++ b/src/backend/opencl/platform.cpp
@@ -417,7 +417,7 @@ std::string getInfo()
info << devVersion;
info << " -- Device driver " << driVersion;
info << " -- FP64 Support: "
- << (device->getInfo<CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE>()>0 ? "True" : "False")
+ << (device->getInfo<CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE>()>0 ? "True" : "False");
info << " -- Unified Memory ("
<< (isHostUnifiedMemory(*device) ? "True" : "False")
<< ")";
--
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