[Openmp-commits] [openmp] 81a1a91 - [NFC] clang-format -i /openmp/libomptarget/deviceRTLs/interface.h
Shilei Tian via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 17 09:55:13 PDT 2021
Author: Shilei Tian
Date: 2021-09-17T12:55:02-04:00
New Revision: 81a1a91c6260772fe0478be293b47dbf2c4748e5
URL: https://github.com/llvm/llvm-project/commit/81a1a91c6260772fe0478be293b47dbf2c4748e5
DIFF: https://github.com/llvm/llvm-project/commit/81a1a91c6260772fe0478be293b47dbf2c4748e5.diff
LOG: [NFC] clang-format -i /openmp/libomptarget/deviceRTLs/interface.h
Added:
Modified:
openmp/libomptarget/deviceRTLs/interface.h
Removed:
################################################################################
diff --git a/openmp/libomptarget/deviceRTLs/interface.h b/openmp/libomptarget/deviceRTLs/interface.h
index ee5fc5b1f75c9..1986902031e09 100644
--- a/openmp/libomptarget/deviceRTLs/interface.h
+++ b/openmp/libomptarget/deviceRTLs/interface.h
@@ -417,10 +417,10 @@ EXTERN int32_t __kmpc_cancel(kmp_Ident *loc, int32_t global_tid,
// non standard
EXTERN int32_t __kmpc_target_init(ident_t *Ident, bool IsSPMD,
- bool UseGenericStateMachine,
- bool RequiresFullRuntime);
+ bool UseGenericStateMachine,
+ bool RequiresFullRuntime);
EXTERN void __kmpc_target_deinit(ident_t *Ident, bool IsSPMD,
- bool RequiresFullRuntime);
+ bool RequiresFullRuntime);
EXTERN void __kmpc_kernel_prepare_parallel(void *WorkFn);
EXTERN bool __kmpc_kernel_parallel(void **WorkFn);
EXTERN void __kmpc_kernel_end_parallel();
More information about the Openmp-commits
mailing list