This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][OpenMP] Correct the function signature of `__kmpc_parallel_level`
ClosedPublic

Authored by tianshilei1992 on Jan 12 2023, 9:58 PM.

Details

Summary

__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);

Diff Detail

Event Timeline

tianshilei1992 created this revision.Jan 12 2023, 9:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 9:58 PM
tianshilei1992 requested review of this revision.Jan 12 2023, 9:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 9:58 PM
tianshilei1992 edited the summary of this revision. (Show Details)Jan 12 2023, 9:58 PM
jhuber6 accepted this revision.Jan 20 2023, 6:22 AM
This revision is now accepted and ready to land.Jan 20 2023, 6:22 AM
This revision was landed with ongoing or failed builds.Jan 20 2023, 6:46 AM
This revision was automatically updated to reflect the committed changes.