mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
deprecate MTIA_WORKLOADD from pytorch (#154627)
Differential Revision: D75612179 Pull Request resolved: https://github.com/pytorch/pytorch/pull/154627 Approved by: https://github.com/sraikund16
This commit is contained in:
committed by
PyTorch MergeBot
parent
cb56df55dc
commit
2bc8fec744
@ -50,7 +50,6 @@ const std::set<libkineto::ActivityType> kXpuTypes = {
|
||||
const std::set<libkineto::ActivityType> kMtiaTypes = {
|
||||
libkineto::ActivityType::MTIA_CCP_EVENTS,
|
||||
libkineto::ActivityType::MTIA_RUNTIME,
|
||||
libkineto::ActivityType::MTIA_WORKLOADD,
|
||||
};
|
||||
const std::set<libkineto::ActivityType> hpuTypes = {
|
||||
libkineto::ActivityType::HPU_OP,
|
||||
|
Reference in New Issue
Block a user