Merge pull request #148 from Alireza77h/main
bug fixes for cuda run in plus side
This commit is contained in:
commit
75975a43de
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue