[clfft] 11/21: more code clean up

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Mar 16 13:14:04 UTC 2016


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

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

commit b24999cbb4824c65b2644acb43fa141cd5bfd923
Author: Timmy <timmy.liu at amd.com>
Date:   Tue Mar 1 11:10:18 2016 -0600

    more code clean up
---
 src/library/plan.h       | 4 ++--
 src/tests/gtest_main.cpp | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/library/plan.h b/src/library/plan.h
index f0f7962..9d4f1e6 100644
--- a/src/library/plan.h
+++ b/src/library/plan.h
@@ -90,9 +90,9 @@ enum BlockComputeType
 //NonSquareKernelType
 enum NonSquareTransposeKernelType
 {
-	NON_SQUARE_TRANS_PARENT,
+    NON_SQUARE_TRANS_PARENT,
     NON_SQUARE_TRANS_TRANSPOSE_BATCHED_LEADING,
-	NON_SQUARE_TRANS_TRANSPOSE_BATCHED,
+    NON_SQUARE_TRANS_TRANSPOSE_BATCHED,
     NON_SQUARE_TRANS_SWAP
 };
 
diff --git a/src/tests/gtest_main.cpp b/src/tests/gtest_main.cpp
index c1e738c..8fb9548 100644
--- a/src/tests/gtest_main.cpp
+++ b/src/tests/gtest_main.cpp
@@ -242,7 +242,6 @@ int main( int argc, char **argv )
 	if( vm.count( "short" ) )
 	{
 		newFilter += "--gtest_filter=*accuracy_test_pow2*";
-		//newFilter += "--gtest_filter=";
 		if( userFilter.size( ) )
 		{
 			newFilter += ":";

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