__kmpc_parallel_level used to be a function w/o any argument, but in the new
device runtime, it accepts two. This patch simply corrects it in OMPKinds.def.
uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t);
Differential D141655
[LLVM][OpenMP] Correct the function signature of `__kmpc_parallel_level` tianshilei1992 on Jan 12 2023, 9:58 PM. Authored by
Details __kmpc_parallel_level used to be a function w/o any argument, but in the new uint16_t __kmpc_parallel_level(IdentTy *Loc, uint32_t);
Diff Detail
Unit Tests |