Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Commit bae5e59

Browse files
Fix build break due to close brace lost in merge
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@370148 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 77d31c1 commit bae5e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libomptarget/deviceRTLs/nvptx/src/target_impl.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ INLINE int32_t __kmpc_impl_shfl_sync(__kmpc_impl_lanemask_t Mask, int32_t Var,
5151
#else
5252
return __shfl(Var, SrcLane);
5353
#endif // CUDA_VERSION
54+
}
5455

5556
INLINE int32_t __kmpc_impl_shfl_down_sync(__kmpc_impl_lanemask_t Mask,
5657
int32_t Var, uint32_t Delta,

0 commit comments

Comments
 (0)