Skip to content

Commit 1653830

Browse files
mconcasdavidrohr
authored andcommitted
Fix missing declaration
1 parent 447de2c commit 1653830

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GPU/Common/GPUCommonDefAPI.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
#elif defined(__CUDACC__) //Defines for CUDA
163163
#define GPUd() __device__
164164
#define GPUdDefault()
165+
#define GPUhdDefault()
165166
#define GPUdi() __device__ inline
166167
#define GPUdii() __device__ inline
167168
#define GPUdni() __device__ __attribute__((noinline))

0 commit comments

Comments
 (0)