This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 3894991 [ci] Remove commit check on ci skipping logic (#10537)
add e2211a2 [CI] Upgrade Python dependencies as part of Docker image build
add 7e49f53 [AUTO_SCHEDULER] Add feature extraction directly from
PrimFunc (#10455)
No new revisions were added by this update.
Summary of changes:
docker/install/ubuntu_install_python_package.sh | 2 +-
include/tvm/auto_scheduler/feature.h | 10 +-
python/tvm/auto_scheduler/feature.py | 78 ++++++++++-
src/auto_scheduler/feature.cc | 155 +++++++++++++++------
.../python/unittest/test_auto_scheduler_feature.py | 28 ++++
5 files changed, 226 insertions(+), 47 deletions(-)
mode change 100755 => 100644 include/tvm/auto_scheduler/feature.h
mode change 100755 => 100644 src/auto_scheduler/feature.cc