We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d906c commit 3c31f36Copy full SHA for 3c31f36
lib/isaac/isaac_defines.hpp
@@ -59,9 +59,9 @@
59
60
#if ISAAC_ALPAKA == 1
61
#ifdef __CUDACC__
62
- #define ISAAC_HOST_DEVICE_INLINE ALPAKA_FN_ACC __forceinline__
+ #define ISAAC_HOST_DEVICE_INLINE ALPAKA_FN_HOST_ACC __forceinline__
63
#else
64
- #define ISAAC_HOST_DEVICE_INLINE ALPAKA_FN_ACC inline
+ #define ISAAC_HOST_DEVICE_INLINE ALPAKA_FN_HOST_ACC inline
65
#endif
66
67
#define ISAAC_HOST_DEVICE_INLINE __device__ __host__ __forceinline__
0 commit comments