Skip to content

Commit 506169f

Browse files
committed
format
1 parent e409d5e commit 506169f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

offload/libomptarget/OpenMP/InteropAPI.cpp

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,9 @@ EXTERN int ompx_interop_add_completion_callback(omp_interop_val_t *Interop,
361361

362362
// Backwards compatibility wrappers
363363
void __tgt_interop_init(ident_t *LocRef, int32_t Gtid,
364-
omp_interop_val_t *&InteropPtr,
365-
int32_t InteropType, int32_t DeviceId,
366-
int32_t Ndeps, kmp_depend_info_t *DepList,
367-
int32_t HaveNowait) {
364+
omp_interop_val_t *&InteropPtr, int32_t InteropType,
365+
int32_t DeviceId, int32_t Ndeps,
366+
kmp_depend_info_t *DepList, int32_t HaveNowait) {
368367
interop_ctx_t Ctx = {0, {false, (bool)HaveNowait, 0}, Gtid};
369368
dep_pack_t Deps = {Ndeps, 0, DepList, nullptr};
370369
InteropPtr = __tgt_interop_get(LocRef, InteropType == 2 ? 1 : 0, DeviceId, 0,

0 commit comments

Comments
 (0)