mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
[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:
committed by
PyTorch MergeBot
parent
e8de914d99
commit
52c7ad7bb7
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user