[Openmp-commits] [openmp] r370148 - Fix build break due to close brace lost in merge

Jon Chesterfield via Openmp-commits openmp-commits at lists.llvm.org
Tue Aug 27 18:56:26 PDT 2019


Author: jonchesterfield
Date: Tue Aug 27 18:56:26 2019
New Revision: 370148

URL: http://llvm.org/viewvc/llvm-project?rev=370148&view=rev
Log:
Fix build break due to close brace lost in merge

Modified:
    openmp/trunk/libomptarget/deviceRTLs/nvptx/src/target_impl.h

Modified: openmp/trunk/libomptarget/deviceRTLs/nvptx/src/target_impl.h
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/libomptarget/deviceRTLs/nvptx/src/target_impl.h?rev=370148&r1=370147&r2=370148&view=diff
==============================================================================
--- openmp/trunk/libomptarget/deviceRTLs/nvptx/src/target_impl.h (original)
+++ openmp/trunk/libomptarget/deviceRTLs/nvptx/src/target_impl.h Tue Aug 27 18:56:26 2019
@@ -51,6 +51,7 @@ INLINE int32_t __kmpc_impl_shfl_sync(__k
 #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,




More information about the Openmp-commits mailing list