torch-mlir/projects/pt1
James Newling 03e8f99730
Lowering to linalg of prims split_dim op (#2576)
Adds support for lowering to prims split_op. 

Similar design to collapse op lowering in 
https://github.com/llvm/torch-mlir/pull/2572, with some 
small differences, because the split_dim op (in pytorch) is
view-changing whereas the collapse is not. The difference 
means that 

1) it must be registered in the function Torch::isViewLikeOp
2) it must be be added to the "expected fail" set for the torch dynamo backend.
2023-11-21 07:56:09 -08:00
..
e2e_testing Lowering to linalg of prims split_dim op (#2576) 2023-11-21 07:56:09 -08:00
examples Breakup python pytorch deps (#2582) 2023-11-19 12:10:19 -08:00
python Lowering to linalg of prims split_dim op (#2576) 2023-11-21 07:56:09 -08:00
test Breakup python pytorch deps (#2582) 2023-11-19 12:10:19 -08:00
tools Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00