torch-mlir/lib
James Newling 647f2f5076
Additional tests for view lowering (#2584)
The logic for lowering the aten view op to linalg is fairly complex. 
In this PR I have tried to follow all non-failing paths through the 
lowering and add unit tests where they're missing.

There is 1 logical change to the lowering: redundant tensor.cast ops
(same source and destination type) are folded.
2023-11-20 17:35:25 -08:00
..
CAPI Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
Conversion Additional tests for view lowering (#2584) 2023-11-20 17:35:25 -08:00
Dialect Breakup python pytorch deps (#2582) 2023-11-19 12:10:19 -08:00
RefBackend Update llvm-project to b44b3494f60296db6aca38a14cab061d9b747a0a (#2511) 2023-10-16 19:29:48 -07:00
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
InitAll.cpp Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00