Hidet

Latest version: v0.4.1

Safety actively analyzes 683530 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.2

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

New Contributors
* digital-nomad-cheng made their first contribution in https://github.com/hidet-org/hidet/pull/127
* xinli-git made their first contribution in https://github.com/hidet-org/hidet/pull/135

**Full Changelog**: https://github.com/hidet-org/hidet/compare/v0.2.1...v0.2.2

0.2.1

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

New Contributors
* soodoshll made their first contribution in https://github.com/hidet-org/hidet/pull/88

**Full Changelog**: https://github.com/hidet-org/hidet/compare/v0.2.0...v0.2.1

0.2.0

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

New Contributors
* AndreSlavescu made their first contribution in https://github.com/hidet-org/hidet/pull/69

**Full Changelog**: https://github.com/hidet-org/hidet/compare/v0.1...v0.2.0

0.1

This is the first release of hidet.

For the usage of hidet, please visit: [https://docs.hidet.org](https://docs.hidet.org)

What's Changed
* [Docs] Update documentation by yaoyaoding in https://github.com/hidet-org/hidet/pull/2
* [Operator] Add leaky_relu and conv2d_transpose operator by yaoyaoding in https://github.com/hidet-org/hidet/pull/3
* [Doc] Add doc on how to define operator computation by yaoyaoding in https://github.com/hidet-org/hidet/pull/4
* [Bug] fix bugs in reshape and conv2d_transpose by yaoyaoding in https://github.com/hidet-org/hidet/pull/5
* [Option] Add option module by yaoyaoding in https://github.com/hidet-org/hidet/pull/6
* [Docs] Add documentation on how to add new operators by yaoyaoding in https://github.com/hidet-org/hidet/pull/7
* [Operator] Add PRelu op by hjjq in https://github.com/hidet-org/hidet/pull/8
* [Docs] Add documentation for operator cache & fix a typo by yaoyaoding in https://github.com/hidet-org/hidet/pull/9
* [Operator] Add Abs and And operator by hjjq in https://github.com/hidet-org/hidet/pull/10
* [CI] Update github workflow by yaoyaoding in https://github.com/hidet-org/hidet/pull/11
* [CI] Update docs workflow, not delete remote dest dir by yaoyaoding in https://github.com/hidet-org/hidet/pull/12
* [Operator] Add conv2d_transpose_gemm operator & fix a bug by yaoyaoding in https://github.com/hidet-org/hidet/pull/13
* [Runtime] force to use gpu tensor buffer in cuda graph by yaoyaoding in https://github.com/hidet-org/hidet/pull/14
* [Functor] Fix a bug in IR functor by yaoyaoding in https://github.com/hidet-org/hidet/pull/15
* [Graph] Force users to give an input order when multiple symbolic inputs are found in traced graph by yaoyaoding in https://github.com/hidet-org/hidet/pull/17
* [Operator] Add BitShift, Bitwise*, Ceil Operators by hjjq in https://github.com/hidet-org/hidet/pull/19
* [IR] Refactor scalar type system by yaoyaoding in https://github.com/hidet-org/hidet/pull/18
* [IR] Refactoring math functions by yaoyaoding in https://github.com/hidet-org/hidet/pull/20
* [Operator] Fix a bug when resolve matmul to batch_matmul by yaoyaoding in https://github.com/hidet-org/hidet/pull/21
* [Operator] Add cubic interpolation to Resize Operator by hjjq in https://github.com/hidet-org/hidet/pull/22
* [Packfunc] Refactor packed func & add vector type by yaoyaoding in https://github.com/hidet-org/hidet/pull/23
* [Pass] Add lower_special_cast pass and refactor resolve rule registration by yaoyaoding in https://github.com/hidet-org/hidet/pull/24
* [Docs] Change github repo url by yaoyaoding in https://github.com/hidet-org/hidet/pull/25
* [Operator] Add float16 precision matrix multiplication by yaoyaoding in https://github.com/hidet-org/hidet/pull/26
* [Docs] Add a guide on operator resolving by yaoyaoding in https://github.com/hidet-org/hidet/pull/27
* [CI] Avoid interactive query in apt installation of tzdata by yaoyaoding in https://github.com/hidet-org/hidet/pull/28
* [Docs] Add sub-graph rewrite tutorial by yaoyaoding in https://github.com/hidet-org/hidet/pull/29
* [Tensor] Implement dlpack tensor exchange protocol by yaoyaoding in https://github.com/hidet-org/hidet/pull/30
* [Frontend] Add a torch dynamo backend based on hidet "onnx2hidet" by yaoyaoding in https://github.com/hidet-org/hidet/pull/31
* [Frontend] Add hidet dynamo backend based on torch.fx by yaoyaoding in https://github.com/hidet-org/hidet/pull/32
* [Frontend] Make onnx dependency optional by yaoyaoding in https://github.com/hidet-org/hidet/pull/33
* [Frontend] Add more operator mappings for pytorch frontend by yaoyaoding in https://github.com/hidet-org/hidet/pull/34
* [Opeartor] Fix a bug in take (index can be in [-r, r-1]) by yaoyaoding in https://github.com/hidet-org/hidet/pull/35
* [Frontend] Add an option to print correctness report in hidet backend of torch dynamo by yaoyaoding in https://github.com/hidet-org/hidet/pull/36
* [IR] Refactor the attribute 'dtype' of hidet.Tensor from 'str' to 'DataType' by yaoyaoding in https://github.com/hidet-org/hidet/pull/37
* [Operator] Add a constant operator and deprecates manually implemented fill cuda kernel by yaoyaoding in https://github.com/hidet-org/hidet/pull/38
* [ONNX] Add reduce l2 onnx operator by yaoyaoding in https://github.com/hidet-org/hidet/pull/40
* [CLI] Add the 'hidet' command line interface by yaoyaoding in https://github.com/hidet-org/hidet/pull/39
* [Codegen] Add explicit conversion type for float16 by yaoyaoding in https://github.com/hidet-org/hidet/pull/41
* [Docs] Add the documentation for 'hidet' backend of PyTorch dynamo by yaoyaoding in https://github.com/hidet-org/hidet/pull/42
* [Runtime] Refactor the cuda runtime api used in hidet by yaoyaoding in https://github.com/hidet-org/hidet/pull/43
* [Testing] Remove redundant models in hidet.testing by yaoyaoding in https://github.com/hidet-org/hidet/pull/44
* [Runtime][IR] Refactor the device attribute of Tensor object by yaoyaoding in https://github.com/hidet-org/hidet/pull/45
* [Array-API][Phase 0] Adding the declarations of missing operators in Array API by yaoyaoding in https://github.com/hidet-org/hidet/pull/46
* [Operator] Add arange and linspace operator by yaoyaoding in https://github.com/hidet-org/hidet/pull/47
* [Bug] Fix a bug related to memset by yaoyaoding in https://github.com/hidet-org/hidet/pull/49
* [Docs] Add and update documentation by yaoyaoding in https://github.com/hidet-org/hidet/pull/48
* [Docs][Opeartor] Add more pytorch operator bindings and docs by yaoyaoding in https://github.com/hidet-org/hidet/pull/50
* [License][Docs] Add license header and update README.md by yaoyaoding in https://github.com/hidet-org/hidet/pull/51
* [Docs] Update docs by yaoyaoding in https://github.com/hidet-org/hidet/pull/52
* [IR] Add LaunchKernelStmt by yaoyaoding in https://github.com/hidet-org/hidet/pull/53
* [Operator] Add some torch operator mapping by yaoyaoding in https://github.com/hidet-org/hidet/pull/54
* [Bug] Fix a bug in hidet dynamo backend when cuda graph is not used by yaoyaoding in https://github.com/hidet-org/hidet/pull/55
* [Dynamo] Allow torch dynamo backend to accepts non-contiguous input by yaoyaoding in https://github.com/hidet-org/hidet/pull/56
* [Graph] Add to_cuda() for Module class by hjjq in https://github.com/hidet-org/hidet/pull/57
* [Bug] Fix a bug where the shared memory becomes zero in LaunchKernelStmt by yaoyaoding in https://github.com/hidet-org/hidet/pull/58
* [Release] Prepare to release the first version of hidet to public by yaoyaoding in https://github.com/hidet-org/hidet/pull/59

New Contributors
* hjjq made their first contribution in https://github.com/hidet-org/hidet/pull/8

**Full Changelog**: https://github.com/hidet-org/hidet/commits/v0.1

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.