1
0
mirror of https://github.com/PhasicFlow/phasicFlow.git synced 2025-06-12 16:26:23 +00:00

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
src/phasicFlow

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

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