Hidet v0.2.0
What's Changed
- [Version] Bump version to 0.2.dev by @yaoyaoding in #60
- [Frontend] Add
torch.tensor
binding by @yaoyaoding in #61 - [Version] Add version to root namespace by @yaoyaoding in #62
- [FFI] Add SharedLibrary class to track the usage of dynamic library by @yaoyaoding in #63
- [Operator] Fix a bug in resize2d operator defintion by @yaoyaoding in #64
- [CI] Update scripts to build wheel by @yaoyaoding in #65
- [CI] Remove docs workflow by @yaoyaoding in #66
- [Docs] Update README.md and require cuda-python>=11.6.1 by @yaoyaoding in #67
- [Docs] Add instructions for installing nightly version of hidet by @yaoyaoding in #68
- [Docs] Fixed typo in docs by @AndreSlavescu in #69
- [Operator] Add dilation support for conv2d by @hjjq in #71
- [Fixbug] Cast back to original data type in the mix precision pass: by @yaoyaoding in #72
- [CI] Add automatic publish workflow (PyPI) by @yaoyaoding in #70
New Contributors
- @AndreSlavescu made their first contribution in #69
Full Changelog: v0.1...v0.2.0