This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Implement missing event callbacks in ompt-multiplex.h
Needs ReviewPublic

Authored by protze.joachim on Oct 29 2021, 4:20 AM.

Details

Reviewers
hbae
jdoerfert
Summary

According to the OpenMP standard (5.1) five target related events are
missing in the implementation. This patch adds these five callbacks.

Patch prepared by Semih Burak

Diff Detail