This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Add callback annotation to `__kmpc_parallel_51`
Needs ReviewPublic

Authored by jdoerfert on Sep 2 2021, 9:22 AM.

Details

Summary

Regardless of the linking of the device runtime we want to ensure the
__kmpc_parallel_51 will have callback annotations.

Depends on D102107.

Diff Detail