Skip to content

Commit abe2e81

Browse files
fenypatel99facebook-github-bot
authored andcommitted
deprecate MTIA_WORKLOADD from kineto (pytorch#154609)
Summary: X-link: pytorch/kineto#1093 Pull Request resolved: pytorch#154609 Remove MTIA_WORKLOADD activity from PyTorch Test Plan: CIs Differential Revision: D75535500
1 parent ccb3987 commit abe2e81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torch/csrc/profiler/kineto_shim.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ c10::DeviceType deviceTypeFromActivity(libkineto::ActivityType activity_type) {
392392
}
393393
// TODO: T151322015
394394
case libkineto::ActivityType::MTIA_CCP_EVENTS:
395-
case libkineto::ActivityType::MTIA_WORKLOADD:
396395
case libkineto::ActivityType::MTIA_INSIGHT: {
397396
// PrivateUse1 kineto backend reuse above ActivityTypes,
398397
// If PrivateUse1 backend enabled, this should return

0 commit comments

Comments
 (0)