This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 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:
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 ++++
4 files changed, 225 insertions(+), 46 deletions(-)
mode change 100755 => 100644 include/tvm/auto_scheduler/feature.h
mode change 100755 => 100644 src/auto_scheduler/feature.cc