Skip to content

Commit 7edf028

Browse files
fenypatel99facebook-github-bot
authored andcommitted
deprecate MTIA_WORKLOADD from kineto (#1093)
Summary: X-link: pytorch/pytorch#154609 Remove MTIA_WORKLOADD activity from PyTorch Differential Revision: D75535500
1 parent be90296 commit 7edf028

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libkineto/include/ActivityType.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ enum class ActivityType {
4141
HPU_OP, // HPU host side runtime event
4242
XPU_RUNTIME, // host side xpu runtime events
4343
COLLECTIVE_COMM, // collective communication
44-
MTIA_WORKLOADD, // MTIA workloadd events
4544

4645
// PRIVATEUSE1 Activity types are used for custom backends.
4746
// The corresponding device type is `DeviceType::PrivateUse1` in PyTorch.

libkineto/src/ActivityType.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ static constexpr std::array<ActivityTypeName, activityTypeCount + 1> map{
3939
{"hpu_op", ActivityType::HPU_OP},
4040
{"xpu_runtime", ActivityType::XPU_RUNTIME},
4141
{"collective_comm", ActivityType::COLLECTIVE_COMM},
42-
{"mtia_workloadd", ActivityType::MTIA_WORKLOADD},
4342
{"privateuse1_runtime", ActivityType::PRIVATEUSE1_RUNTIME},
4443
{"privateuse1_driver", ActivityType::PRIVATEUSE1_DRIVER},
4544
{"ENUM_COUNT", ActivityType::ENUM_COUNT}}};

0 commit comments

Comments
 (0)