Commit 6b65316
authored
[OV][ITT][GPU Plugin] Enable default ITT markers for inference and op submission (#33313)
- Enables default ITT markers for higher level operations such as
inference pass, op preparation and submission
- Follows the same guidelines to standardize the conventions for
namespaces: ov::phases::gpu::inference ov::op::gpu
- Supports both synchronous and asynchronous operations
Enabling default GPU ITT markers using standard convention - Part 3
This PR is the **third** of a series of PRs to standardize the ITT
markers in OpenVINO that will be enabled by default through host-side
instrumentation.
1. The first PR addresses the enhancements required in ITT and the
framework to support the creation and propagation of IDs when
asynchronous execution is in play
[PR#33639](#33639).
2. The second PR will standardize ITT markers in the CPU and enhance
support to include asynchronous execution
[PR#33312](#33312).
3. This **third** PR will enable default markers for GPU plugin to allow
visibility into inference pass begin/end and operator preparation and
submission within each inference. Follow standardized conventions as
described in 1 and 2
4. The final PR will extend the same host side markers for NPU
execution, which capturing the inference span and pipeline activity.
Summary of the current PR (PR#3)
Use the same convention standardized in
[PR#33639](#33639)
Ensures the namespace for GPU Plugin activity falls under:
ov::phases::gpu::inference
ov::op::gpu
Details:
GPU support is enabled with default ITT markers that support synchronous
an asynchronous execution. This PR ensures a standardized convention is
followed in namespaces used.
Tickets:
[CVS-179230](https://jira.devtools.intel.com/browse/CVS-179230)
@isanghao Please review this as you are generally aware of what was
discussed
---------
Signed-off-by: Vasanth Tovinkere <vasanth.tovinkere@intel.com>1 parent 91f33ea commit 6b65316
File tree
6 files changed
+21
-5
lines changed- src/plugins/intel_gpu
- include/intel_gpu
- plugin
- runtime
- src
- graph
- plugin
6 files changed
+21
-5
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
| 764 | + | |
764 | 765 | | |
765 | 766 | | |
766 | 767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1993 | 1993 | | |
1994 | 1994 | | |
1995 | 1995 | | |
1996 | | - | |
| 1996 | + | |
1997 | 1997 | | |
1998 | 1998 | | |
1999 | 1999 | | |
| |||
2184 | 2184 | | |
2185 | 2185 | | |
2186 | 2186 | | |
| 2187 | + | |
2187 | 2188 | | |
2188 | 2189 | | |
2189 | 2190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
308 | 310 | | |
309 | 311 | | |
310 | 312 | | |
311 | | - | |
| 313 | + | |
312 | 314 | | |
313 | 315 | | |
314 | 316 | | |
| |||
0 commit comments