Skip to content

Tags: hpanda-naut/tvm

Tags

v0.9.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[release][v0.9] Remove VTA submodule (apache#11992)

v0.10.dev0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MetaSchedule] Enable Adapative Training For XGBoost Cost Model (apac…

…he#11892)

CostModel retraining is a time consuming part for MetaSchedule tuning, similar to AutoScheduler, we can alleviate it with an adapative way of increasing waiting period between each retraining. This PR introduced an argument called `adpative_training` in `TuneConfig` and the constructor of `XGBoostModel` to enable the capability. Testing tuning scripts are also updated.

v0.9.dev0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Conv2DTransposed] Fix wrong shape check and add new TOPI module to s…

…upport groups (apache#9465)

* f wrong type check in conv2d_transpose

* add test case for conv2d transpose

* add groups support for conv2d_transpose

* add  naive implementation and schedule for conv2d with groups

* enable tests for cpu and arm_cpu, raise error for cuda platform

* revert the cuda and generic strategy

* revert back the x86 strategy

* revert back the arm_cpu strategy

* revert back the arm_cpu strategy

* revert back the arm_cpu strategy

* fix EOF of x86

* clang lint updated c++ code

* update topi implementation

* Revert test

* Revert test

* add generic/x86/arm specialization for conv2d_transpose with groups > 1

* remove commentted codes

* fix lint

* fix lint

* fix c++ lint

* fix lint

* fix python lint

* remove comments and reformat

* lint file

* lint code

* fix lint

* update logging information in convolution.h

Co-authored-by: Alicja Kwasniewska <[email protected]>

v0.8.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update license file to note libbacktrace

v0.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[RELEASE] Update NEWS.md for v0.7 (apache#6613)

v0.6.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix some typo errors in license header (apache#5957)

Signed-off-by: leonwanghui <[email protected]>

Co-authored-by: leonwanghui <[email protected]>

v0.6.0

[VTA][HotFix] Relay->VTA quantization fix (apache#4433)

* relay -> vta fix

* setting optlevel to 3 for quantization to fold batchnorm

v0.5

Fix issue mutating if expressions (apache#2601)

(cherry picked from commit f6be4d6)

v0.4

release 0.4

v0.3

v0.3 release