pytorch/test/cpp
Jiewen Tan 3b8245ab12 [LTC] Make ComputePostOrder accept const T pointers (#88773)
Summary:
Since `c10::ArrayRef` now support `c10::ArrayRef<const T>`, let's restore `ComputePostOrder` to accept `const Node*` again, which is more suitable for the context of the given helpers.

Test Plan:
CI.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/88773
Approved by: https://github.com/JackCaoG
2022-11-10 18:34:19 +00:00
..
api [fix] MathBits: serialization (#88182) 2022-11-09 17:15:12 +00:00
c10d Add reference counter in FileStore (#85601) 2022-10-07 17:59:29 +00:00
common
dist_autograd
jit [NVFuser] Upstream push 1026 (#87779) 2022-11-04 20:04:34 +00:00
lazy [LTC] Make ComputePostOrder accept const T pointers (#88773) 2022-11-10 18:34:19 +00:00
lite_interpreter_runtime [edge profiler] Add e2e test for profiler event and chrometrace (#87877) 2022-11-02 14:49:54 +00:00
monitor
profiler Nested profiling support for Linux-perf Profiler (#87904) 2022-11-02 14:51:53 +00:00
rpc Refactor distribuetd to use absolute header path (#85780) 2022-09-30 05:13:50 +00:00
tensorexpr Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) 2022-10-07 07:36:28 +00:00
__init__.py