From 2b409a329129e1e85ccaa200b726c28c20aaa23d Mon Sep 17 00:00:00 2001 From: pons Date: Sat, 20 Jun 2020 16:49:24 +0200 Subject: [PATCH] Disabled DP checking --- Network.cpp | 2 +- VC_CUDA8/Kangaroo.vcxproj | 1 - VC_CUDA8/Kangaroo.vcxproj.filters | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Network.cpp b/Network.cpp index f57e6eb..3d1e5dd 100644 --- a/Network.cpp +++ b/Network.cpp @@ -539,7 +539,7 @@ bool Kangaroo::HandleRequest(TH_PARAM *p) { } else { -#define VALIDITY_POINT_CHECK +//#define VALIDITY_POINT_CHECK #ifdef VALIDITY_POINT_CHECK // Check validity for(uint32_t i=0;i< head.nbDP;i++) { diff --git a/VC_CUDA8/Kangaroo.vcxproj b/VC_CUDA8/Kangaroo.vcxproj index 3e14e2d..7faf91b 100644 --- a/VC_CUDA8/Kangaroo.vcxproj +++ b/VC_CUDA8/Kangaroo.vcxproj @@ -175,7 +175,6 @@ copy "$(CudaToolkitBinDir)\cudart*.dll" "$(OutDir)" - diff --git a/VC_CUDA8/Kangaroo.vcxproj.filters b/VC_CUDA8/Kangaroo.vcxproj.filters index 1f1fff6..e61f6ab 100644 --- a/VC_CUDA8/Kangaroo.vcxproj.filters +++ b/VC_CUDA8/Kangaroo.vcxproj.filters @@ -24,9 +24,6 @@ SECPK1 - - GPU -