pytorch
abb00f66 - [inductor] Add AOTI ABI shim function for repeat_interleave.Tensor (#110745)

Commit
1 year ago
[inductor] Add AOTI ABI shim function for repeat_interleave.Tensor (#110745) Summary: `repeat_interleave.Tensor` doesn't have inductor lowering. To invoke the operator in AOT Inductor's ABI compatibility mode we need a dedicated shim function. Test Plan: ``` $ python test/inductor/test_aot_inductor.py -k test_repeat_interleave ... ---------------------------------------------------------------------- Ran 4 tests in 70.526s OK ``` Reviewers: Subscribers: Tasks: Tags: Pull Request resolved: https://github.com/pytorch/pytorch/pull/110745 Approved by: https://github.com/chenyang78 ghstack dependencies: #110713
Author
Committer
Parents
Loading