This website requires JavaScript.
Explore
Help
Register
Sign In
llvm
/
torch-mlir
mirror of
https://github.com/llvm/torch-mlir
Watch
1
Star
0
Fork
You've already forked torch-mlir
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
91d3e7ba15
torch-mlir
/
python
History
Maksim Levental
24f9de7120
Fixes
https://github.com/llvm/torch-mlir/issues/751
where `torch.bool` is parsed as signless `i1`. (
#752
)
2022-04-13 12:28:27 -05:00
..
test
Fix kwarg annotation in eager (
#747
)
2022-04-11 17:35:42 -05:00
torch_mlir
Fix kwarg annotation in eager (
#747
)
2022-04-11 17:35:42 -05:00
torch_mlir_e2e_test
Fixes
https://github.com/llvm/torch-mlir/issues/751
where `torch.bool` is parsed as signless `i1`. (
#752
)
2022-04-13 12:28:27 -05:00
CMakeLists.txt
This PR implements an eager mode backend for PyTorch through the torch-mlir framework. This is accomplished by overriding the `__torch_dispatch__` class method on wrapper subclass `TorchMLIRTensor(torch.Tensor)`.
2022-03-22 14:42:57 -07:00
TorchMLIRModule.cpp
Dual license the torch-mlir project.
2021-10-01 10:46:08 -07:00