torch-mlir/tools
Yi Zhang 85ff8b692b Fix compilation errors from MT model
With the following changes the compilation can continue until
RefineTypes pass:

- Add operators without ODS into `torch_ods_gen.py`
- Add some new optional and list types in `TorchTypes.td`
- Add some folders for aten int type comparator ops
- Modify GlobalizeObjectGraph.cpp. For global slots that's not used,
dont check if an aliased value is stored in more than one of global
slots. This can work around a failure where the same tensor is stored
in multiple "version" slots which are not used.
2021-08-16 16:37:23 -04:00
..
npcomp-lsp-server Add npcomp-lsp-server. 2021-08-04 10:01:48 -07:00
npcomp-opt Rework the python build to a static assembly of MLIR+NPCOMP (#251) 2021-07-27 16:10:10 -07:00
refback-run Rename npcomp-run-mlir to refback-run 2021-08-03 18:24:24 -07:00
CMakeLists.txt Add npcomp-lsp-server. 2021-08-04 10:01:48 -07:00
bash_helpers.sh Rename npcomp-run-mlir to refback-run 2021-08-03 18:24:24 -07:00
run_lit.sh Fix compilation errors from MT model 2021-08-16 16:37:23 -04:00
torchscript_e2e_test.sh Add E2E tests to CI 2021-07-02 13:46:38 -07:00