forked from OSchip/llvm-project
Fix build break due to close brace lost in merge
llvm-svn: 370148
This commit is contained in:
parent
1709f4847e
commit
e73e3013a6
|
@ -51,6 +51,7 @@ INLINE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t Mask, int32_t Var,
|
||||||
#else
|
#else
|
||||||
return __shfl(Var, SrcLane);
|
return __shfl(Var, SrcLane);
|
||||||
#endif // CUDA_VERSION
|
#endif // CUDA_VERSION
|
||||||
|
}
|
||||||
|
|
||||||
INLINE int32_t __kmpc_impl_shfl_down_sync(__kmpc_impl_lanemask_t Mask,
|
INLINE int32_t __kmpc_impl_shfl_down_sync(__kmpc_impl_lanemask_t Mask,
|
||||||
int32_t Var, uint32_t Delta,
|
int32_t Var, uint32_t Delta,
|
||||||
|
|
Loading…
Reference in New Issue