Commit 8157e06
authored
[OMPT] Fix assertion in per-device-enabled tracing (#362)
OpenMP allows to disable trace events on a per-device basis.
#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.1 parent d35d1d2 commit 8157e06
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
118 | 128 | | |
119 | 129 | | |
120 | 130 | | |
| |||
0 commit comments