[arrayfire] 70/79: Removed a printf from opencl backend

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jun 15 13:38:09 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository arrayfire.

commit 68367b520d16b74f92974bb79d3148b604d4297b
Author: pradeep <pradeep at arrayfire.com>
Date:   Fri Jun 12 14:39:12 2015 -0400

    Removed a printf from opencl backend
---
 src/backend/opencl/platform.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/backend/opencl/platform.cpp b/src/backend/opencl/platform.cpp
index 952996a..174236a 100644
--- a/src/backend/opencl/platform.cpp
+++ b/src/backend/opencl/platform.cpp
@@ -409,7 +409,6 @@ void DeviceManager::markDeviceForInterop(const int device, const fg::Window* wHa
 #ifdef OS_MAC
             CGLContextObj cgl_current_ctx = CGLGetCurrentContext();
             CGLShareGroupObj cgl_share_group = CGLGetShareGroup(cgl_current_ctx);
-            printf("current opengl context is -------- %p \n", cgl_current_ctx);
 
             cl_context_properties cps[] = {
                 CL_CONTEXT_PROPERTY_USE_CGL_SHAREGROUP_APPLE, (cl_context_properties)cgl_share_group,

-- 
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