Remove the old grouping rule for PJRT.
PiperOrigin-RevId: 317170383 Change-Id: I96973a2d2cd0ca1fc786bc7500deb6b4fedd0534
This commit is contained in:
parent
6558da5a66
commit
e0962f4c37
@ -635,10 +635,7 @@ std::vector<InterThreadConnectInfo> CreateInterThreadConnectInfoList() {
|
||||
{StatType::kStepId, StatType::kIterNum}},
|
||||
{HostEventType::kKernelLaunch,
|
||||
HostEventType::kKernelExecute,
|
||||
{StatType::kCorrelationId}},
|
||||
{HostEventType::kLocalExecutableExecuteOnLocalDevice,
|
||||
HostEventType::kLocalExecutableExecute,
|
||||
{StatType::kRunId}}};
|
||||
{StatType::kCorrelationId}}};
|
||||
return connect_info_list;
|
||||
}
|
||||
|
||||
|
@ -91,10 +91,6 @@ const HostEventTypeMap& GetHostEventTypeMap() {
|
||||
{"WhileOp-StartBody", kWhileOpStartBody},
|
||||
{"ForOp", kForOp},
|
||||
{"PartitionedCallOp", kPartitionedCallOp},
|
||||
// XLA related.
|
||||
{"LocalExecutable::ExecuteOnLocalDevices",
|
||||
kLocalExecutableExecuteOnLocalDevice},
|
||||
{"LocalExecutable::Execute", kLocalExecutableExecute},
|
||||
// tf.data related.
|
||||
{"IteratorGetNextOp::DoCompute", kIteratorGetNextOp},
|
||||
{"IteratorGetNextAsOptionalOp::DoCompute", kIteratorGetNextAsOptionalOp},
|
||||
|
@ -81,9 +81,6 @@ enum HostEventType {
|
||||
kWhileOpStartBody,
|
||||
kForOp,
|
||||
kPartitionedCallOp,
|
||||
// XLA related.
|
||||
kLocalExecutableExecuteOnLocalDevice,
|
||||
kLocalExecutableExecute,
|
||||
// tf.data related.
|
||||
kIteratorGetNextOp,
|
||||
kIteratorGetNextAsOptionalOp,
|
||||
|
Loading…
Reference in New Issue
Block a user