[clfft] 40/64: dont run test when only print info is needed
Jérôme Kieffer
kieffer-guest at moszumanska.debian.org
Wed May 20 07:33:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
kieffer-guest pushed a commit to branch develop
in repository clfft.
commit bd174d4b45809c22d5084bc0098f5a6f62c6ce0a
Author: bragadeesh <bragadeesh.natarajan at amd>
Date: Fri Mar 13 17:44:14 2015 -0500
dont run test when only print info is needed
---
src/client/client.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/client/client.cpp b/src/client/client.cpp
index 5eb3bfe..8e6f07d 100644
--- a/src/client/client.cpp
+++ b/src/client/client.cpp
@@ -872,6 +872,7 @@ int _tmain( int argc, _TCHAR* argv[] )
std::vector< std::vector< cl_device_id > > deviceInfos;
discoverCLPlatforms( deviceType, platformInfos, deviceInfos );
prettyPrintCLPlatforms(platformInfos, deviceInfos);
+ return 0;
}
bool printInfo = false;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git
More information about the debian-science-commits
mailing list