Hidet v0.2.2
What's Changed
- [Version] Bump version to 0.2.2.dev by @yaoyaoding in #118
- [Option] Add
debug_cache_tuning
option by @yaoyaoding in #120 - [Fix] Remove lambda in shfl primitives by @hjjq in #121
- [IR][Refactor] Refactor the functor/visitor/rewriters by @yaoyaoding in #122
- [Fixbug] Fix bug in IR Printer by @hjjq in #123
- [Fixbug] Fix a bug in
IRModule.update_function
by @yaoyaoding in #124 - [Frontend] Fix typo by @digital-nomad-cheng in #127
- [Operator] Add the support of using external kernels in hidet by @yaoyaoding in #128
- [Tests] Reorganize tests files for frontends by @yaoyaoding in #129
- [Dynamo] Added Operator Support by @AndreSlavescu in #131
- [Fixbug] Allow grid compute to be inlined by @hjjq in #134
- [Graph] Cast optimizations by @xinli-git in #135
- [Fixbug] Fix a bug that map blockDim to blockIdx by @yaoyaoding in #136
- [Fixbug] Fix a bug in rule based simplifier by @yaoyaoding in #137
- [Workflow] Update concurrent graph of the ci workflow by @yaoyaoding in #138
- [Runtime] Add
src_path
andsource()
members toCompiledFunction
by @yaoyaoding in #139 - [Runtime][IR] Support colored source code; add blockDim to extern_vars by @yaoyaoding in #140
- [Fixbug] Convert tensor to cpu before dumping by @hjjq in #141
New Contributors
- @digital-nomad-cheng made their first contribution in #127
- @xinli-git made their first contribution in #135
Full Changelog: v0.2.1...v0.2.2