[clfft] 114/128: fixing assertion failure found with rad7 test

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Oct 22 14:54:46 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 84c846fdf672a1c7923e79844fb8ec65bc8de56d
Author: bragadeesh <bragadeesh.natarajan at amd.com>
Date:   Tue Oct 13 22:51:13 2015 -0700

    fixing assertion failure found with rad7 test
---
 src/library/plan.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/library/plan.cpp b/src/library/plan.cpp
index b3800b9..a6736bc 100644
--- a/src/library/plan.cpp
+++ b/src/library/plan.cpp
@@ -619,8 +619,6 @@ clfftStatus	clfftBakePlan( clfftPlanHandle plHandle, cl_uint numQueues, cl_comma
 
 					if ( clLengths[0]<=32 && clLengths[1]<=32) break;
 
-					ARG_CHECK(clLengths[0] <= Large1DThreshold);
-
 
 					size_t biggerDim = clLengths[0] > clLengths[1] ? clLengths[0] : clLengths[1];
 					size_t smallerDim = biggerDim == clLengths[0] ? clLengths[1] : clLengths[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