Skip to content

Hidet v0.2.1

Compare
Choose a tag to compare
@yaoyaoding yaoyaoding released this 18 Feb 06:26
· 245 commits to main since this release
0617089

What's Changed

  • [Version] Bump version to 0.2.1.dev by @yaoyaoding in #73
  • [CI] Prevent fork repos from running workflow by @yaoyaoding in #74
  • [Fixbug] Fix a bug in trace_from when the inputs are directly used as outputs by @yaoyaoding in #76
  • [Operator] Add reduce_f16 and squeeze as Reduce's resolve variants by @hjjq in #75
  • [IR] Input specification assertion message for valid IR check by @AndreSlavescu in #78
  • [Operator] Add conv3d, max_pool3d, avg_pool3d by @hjjq in #79
  • [Dynamo] Add the entry point registration for dynamo by @yaoyaoding in #80
  • [Fix] Update shape utility functions to expect Sequence instead of List by @yaoyaoding in #86
  • [Bugfix] 'double'->'float64' in onnx dtype conversion by @soodoshll in #88
  • [Fix] Mark the reduce fp16 operator not fusible by @yaoyaoding in #100
  • [Fixbug] Use uint64_t instead of unsigned long long for literals by @yaoyaoding in #101
  • [Fixbug] Fix a bug in the minimum and maximum operator by @yaoyaoding in #102
  • [Dynamo] Update dynamo registration after pytorch refactored that part by @yaoyaoding in #84
  • [Fixbug] Fix bugs in binary_arithmetic op and swizzle layout by @hjjq in #104
  • [Fixbug] Call fuse in reduce_fp16 operator by @yaoyaoding in #105
  • [ONNX] Fix the out of bound error in onnx slice function during importing by @yaoyaoding in #106
  • [Fixbug] Reverse map of binary operator by @yaoyaoding in #107
  • [Fixbug] Add attributes to Clip operator by @yaoyaoding in #108
  • [Fixbug] Binary arthmatic ops raise error when one is scalar on GPU by @yaoyaoding in #109
  • [Graph] Refactor forward function of FlowGraph by @yaoyaoding in #110
  • [Fixbug] Use int64 as the output of arg-reduce by @yaoyaoding in #111
  • [README] Update readme by @yaoyaoding in #114
  • [Fixbug] Fix a bug when an graph output is constant by @yaoyaoding in #113
  • [Community] Create CODE_OF_CONDUCT.md by @yaoyaoding in #115
  • [Community] Update issue templates by @yaoyaoding in #116
  • [Fixbug] Resolve the min/max function according to compute capability by @yaoyaoding in #112
  • [Workflow] Update workflow by @yaoyaoding in #117
  • [Workflow] Update publish workflow by @yaoyaoding in #119

New Contributors

Full Changelog: v0.2.0...v0.2.1