[arrayfire] 86/408: Removed unused variables from OpenCL's sort_index
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.
commit 7d1da23dd8bdf8446602da15adffc3595348c062
Author: Peter Andreas Entschev <peter at arrayfire.com>
Date: Thu Jul 2 14:53:04 2015 -0400
Removed unused variables from OpenCL's sort_index
---
src/backend/opencl/kernel/sort_index.hpp | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/backend/opencl/kernel/sort_index.hpp b/src/backend/opencl/kernel/sort_index.hpp
index 5977018..8504b78 100644
--- a/src/backend/opencl/kernel/sort_index.hpp
+++ b/src/backend/opencl/kernel/sort_index.hpp
@@ -35,10 +35,6 @@ namespace opencl
{
namespace kernel
{
- // Kernel Launch Config Values
- static const int TX = 32;
- static const int TY = 8;
-
template<typename T, bool isAscending>
void sort0_index(Param val, Param idx)
{
--
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