Merge pull request #148 from Alireza77h/main

bug fixes for cuda run in plus side
This commit is contained in:
PhasicFlow 2025-01-08 11:39:03 +03:30 committed by GitHub
commit 75975a43de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ Licence:
#define CONSUME_PARAM(x) (void)(x); #define CONSUME_PARAM(x) (void)(x);
#if defined(pFlow_Build_Cuda) && !defined(__CUDACC__) /*#if defined(pFlow_Build_Cuda) && !defined(__CUDACC__)
#define __CUDACC__ #define __CUDACC__
#endif #endif*/
#ifdef __CUDACC__ #ifdef __CUDACC__
#define INLINE_FUNCTION_HD inline __host__ __device__ #define INLINE_FUNCTION_HD inline __host__ __device__

View File

@ -26,7 +26,7 @@ Licence:
#define __bTypesFunctions_hpp__ #define __bTypesFunctions_hpp__
#include "builtinTypes.hpp" #include "builtinTypes.hpp"
#include "math.hpp" //#include "math.hpp"
#include "numericConstants.hpp" #include "numericConstants.hpp"
#include "pFlowMacros.hpp" #include "pFlowMacros.hpp"