mirror of https://github.com/llvm/torch-mlir
2597c481f6
This commit decomposes `aten.new_empty` op into `aten.empty.memory_format` op. This commit also made a dtype fix to the constant tensor allocation like ops. Earlier the dtype for the result was inferred from the result type; now, it's being evaluated as per the original definition of the op. Signed-Off By: Vivek Khandelwal <vivek@nod-labs.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TorchUpstream.cpp | ||
Utils.cpp |