This is an automated email from the ASF dual-hosted git repository.

masahi pushed a change to branch ci-cpu-v0.81
in repository https://gitbox.apache.org/repos/asf/tvm.git.


 discard dbcfb0c  [CI] Update CPU image to v0.81
     add d716c2a  [FQ2I] Add support for some unary operators (#10273)
     add 783add2  Add -i option to fix ASF headers to lint scripts. (#10284)
     add ca7596f  [Hexagon] Pass kDLHexagon device when allocating workspace 
pool on Hexagon (#10289)
     add 0d6795b  [Hexagon] Remember to add common sources when building TVMRT 
for Hexagon (#10290)
     add 7d1042d  Allow Ctrl+C during docker/lint.sh. (#10291)
     add 4d84d72  [ci] Mark some ehtosu tests as flaky (#10301)
     add b71e4df  [microTVM] Add timeouts for CI tests (#10295)
     add 81e4eaf  Add flaky test issue template (#10299)
     add ffd517a  [UnitTest] Disable ptx mma tests on unsupported nvcc 
versions. (#10229)
     add bc1f808  [CI] Update CPU image to v0.81

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dbcfb0c)
            \
             N -- N -- N   refs/heads/ci-cpu-v0.81 (bc1f808)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/flaky-test.md               | 18 +++++++++
 cmake/modules/Hexagon.cmake                        | 21 ++++++----
 docker/dev_common.sh                               |  8 +++-
 docker/lint.sh                                     |  8 +++-
 python/tvm/contrib/cutlass/build.py                |  7 ++--
 python/tvm/contrib/nvcc.py                         | 39 +++++++++++++------
 python/tvm/relay/qnn/op/legalizations.py           | 38 +++++++++++-------
 .../transform/fake_quantization_to_integer.py      | 43 +++++++++++++--------
 python/tvm/testing/utils.py                        | 43 +++++++++++++++++++++
 .../hexagon/hexagon/hexagon_device_api_v2.cc       |  3 +-
 tests/lint/check_asf_header.sh                     | 45 +++++++++++++++++-----
 tests/python/contrib/test_ethosu/test_codegen.py   |  6 +++
 .../contrib/test_ethosu/test_lookup_table.py       |  1 +
 .../test_pass_fake_quantization_to_integer.py      | 35 +++++++++++++----
 tests/python/unittest/test_tir_ptx_mma.py          | 16 ++++++++
 tests/scripts/task_demo_microtvm.sh                |  6 +--
 16 files changed, 260 insertions(+), 77 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/flaky-test.md

Reply via email to