pytorch
3497891c - add sorted keyword for lists and dicts (#23274)

Commit
5 years ago
add sorted keyword for lists and dicts (#23274) Summary: Add `sorted` keyword to JIT for lists and dicts. This desugars to a list copy and a call to `list.sort()`. Since we don't have interfaces yet I implement it in terms of `list.sort()`. When we do we can re-visit implementing this op in a different manner. The test fails bc of a fix to specialized lists which is landing here: https://github.com/pytorch/pytorch/pull/23267 Ignore the first commit because it is formatting, plz use clang_format ppl :'( Pull Request resolved: https://github.com/pytorch/pytorch/pull/23274 Differential Revision: D16527323 Pulled By: eellison fbshipit-source-id: aed8faef23cb790b9af036cd6c1b9b1d7066345d
Author
Elias Ellison
Parents
Loading