[BE] remove redudant items in unordered_set/unodered_map (#170055)

remove redudant items in unordered_set/unodered_map

Pull Request resolved: https://github.com/pytorch/pytorch/pull/170055
Approved by: https://github.com/cyyever, https://github.com/malfet
This commit is contained in:
linhaifeng
2025-12-15 07:04:32 +00:00
committed by PyTorch MergeBot
parent e8de914d99
commit 52c7ad7bb7
4 changed files with 0 additions and 5 deletions

View File

@@ -275,7 +275,6 @@ c10::DispatchKey parseDispatchKey(const std::string& k) {
{"Dense", c10::DispatchKey::Dense},
{"FPGA", c10::DispatchKey::FPGA},
{"MAIA", c10::DispatchKey::MAIA},
{"MPS", c10::DispatchKey::MPS},
{"Vulkan", c10::DispatchKey::Vulkan},
{"Metal", c10::DispatchKey::Metal},
{"VE", c10::DispatchKey::VE},