mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-23 19:32:23 +00:00
NVTX label change (#5562)
* label change * more info on label Co-authored-by: Ethan Tao <ettao@OrtTrainingDev4.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
This commit is contained in:
parent
20bc83400b
commit
7da5949279
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ Status SequentialExecutor::Execute(const SessionState& session_state, const std:
|
|||
#endif
|
||||
#ifdef ENABLE_NVTX_PROFILE
|
||||
profile::NvtxRangeCreator node_compute_range(
|
||||
MakeString(node.OpType(), ".", node.Index()), profile::Color::Blue);
|
||||
MakeString(node.OpType(), ".", node.Index(), "(", node.Name(), ")"), profile::Color::Blue);
|
||||
node_compute_range.Begin();
|
||||
#endif
|
||||
ORT_TRY {
|
||||
|
|
|
|||
Loading…
Reference in a new issue