You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OMPT] Fix assertion in per-device-enabled tracing (#362)
OpenMP allows to disable trace events on a per-device basis.
ROCm#340 at the latest introduced a
bug which does not respect the disabling of specific trace events.
This fix adds checks whether the required data has been set when
creating the OMPT info before dispatching the actual operation on the
plugins.
0 commit comments