bug fixes for cuda run in plus side

This commit is contained in:
alireza Hosseini 2025-01-08 08:42:45 +03:30
parent f169e3fc89
commit f74ec1d1ac
2 changed files with 3 additions and 3 deletions

View File

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

View File

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