[clfft] 74/107: fixing event leak bug
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Thu Jul 30 18:06:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clfft.
commit c25c4b32c4a9916fb033a16c3236e71916689fab
Author: bragadeesh <bragadeesh.natarajan at amd>
Date: Tue Apr 14 18:00:34 2015 -0500
fixing event leak bug
---
src/library/transform.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/library/transform.cpp b/src/library/transform.cpp
index 2c500be..5e60876 100644
--- a/src/library/transform.cpp
+++ b/src/library/transform.cpp
@@ -676,7 +676,7 @@ clfftStatus clfftEnqueueTransform(
OPENCL_V( clfftEnqueueTransform( fftPlan->planTX, dir, numQueuesAndEvents, commQueues, 1, &rowOutEvents,
&transXOutEvents, mybuffers, &localIntBuffer, NULL ),
_T("clfftEnqueueTransform for first transpose failed"));
- clReleaseEvent(rowOutEvents);
+ // clReleaseEvent(rowOutEvents);
#if defined(DEBUGGING)
OPENCL_V( clEnqueueReadBuffer( *commQueues, localIntBuffer, CL_TRUE, 0, buffSizeBytes*2, &output2[0], 0,
--
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