Skip to content

Commit 9f2b3fa

Browse files
committed
Add missing __kmpc_push_num_threads to ompstubs
1 parent 96a84de commit 9f2b3fa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

runtime/ompstub/ompstubs.c

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved.
2+
* Copyright (c) 2014-2018, NVIDIA CORPORATION. All rights reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -679,3 +679,8 @@ __kmpc_for_static_init_8(ident_t *loc, kmp_int32 gtid, kmp_int32 schedtype, kmp_
679679
kmp_int64 *pstride, kmp_int64 incr, kmp_int64 chunk )
680680
{
681681
}
682+
683+
void
684+
__kmpc_push_num_threads(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_threads)
685+
{
686+
}

0 commit comments

Comments
 (0)