[arrayfire] 61/284: Remove unused variable warning in homography cuda kernel
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:19 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 b878711223123de44a620019b43926e96a04b479
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Sat Dec 5 16:28:38 2015 -0500
Remove unused variable warning in homography cuda kernel
---
src/backend/cuda/kernel/homography.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/cuda/kernel/homography.hpp b/src/backend/cuda/kernel/homography.hpp
index 65d880e..90cc3ce 100644
--- a/src/backend/cuda/kernel/homography.hpp
+++ b/src/backend/cuda/kernel/homography.hpp
@@ -64,7 +64,7 @@ __device__ void JacobiSVD(int m, int n)
int tid_x = threadIdx.x;
int bsz_x = blockDim.x;
int tid_y = threadIdx.y;
- int gid_y = blockIdx.y * blockDim.y + tid_y;
+ //int gid_y = blockIdx.y * blockDim.y + tid_y;
__shared__ T acc1[256];
__shared__ T acc2[256];
--
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