Fix build break due to close brace lost in merge

llvm-svn: 370148
This commit is contained in:
Jon Chesterfield 2019-08-28 01:56:26 +00:00
parent 1709f4847e
commit e73e3013a6
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ INLINE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t Mask, int32_t Var,
#else
return __shfl(Var, SrcLane);
#endif // CUDA_VERSION
}
INLINE int32_t __kmpc_impl_shfl_down_sync(__kmpc_impl_lanemask_t Mask,
int32_t Var, uint32_t Delta,