Skip to content
Snippets Groups Projects
Commit 12e5f4d0 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

fix CUDA Philox test

parent 22120f96
No related branches found
No related tags found
No related merge requests found
...@@ -14,12 +14,11 @@ ...@@ -14,12 +14,11 @@
#ifndef __CUDA_ARCH__ #ifndef __CUDA_ARCH__
#define QUALIFIERS inline #define QUALIFIERS inline
#include "myintrin.h"
#else #else
#define QUALIFIERS static __forceinline__ __device__ #define QUALIFIERS static __forceinline__ __device__
#endif #endif
#include "myintrin.h"
#define PHILOX_W32_0 (0x9E3779B9) #define PHILOX_W32_0 (0x9E3779B9)
#define PHILOX_W32_1 (0xBB67AE85) #define PHILOX_W32_1 (0xBB67AE85)
#define PHILOX_M4x32_0 (0xD2511F53) #define PHILOX_M4x32_0 (0xD2511F53)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment