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 3ae326cb76 [MetaSchedule] Support Tuning w/ No Cost Model & Fix 
Integration Test (#13151)
     add 308c20a4ca [Target] Add Target Parser for Arm(R) Cortex(R) A-Profile 
CPUs (#12454)

No new revisions were added by this update.

Summary of changes:
 src/target/parsers/aprofile.cc                | 160 ++++++++++++++
 src/target/parsers/{mprofile.h => aprofile.h} |  14 +-
 tests/cpp/target/parsers/aprofile_test.cc     | 299 ++++++++++++++++++++++++++
 3 files changed, 466 insertions(+), 7 deletions(-)
 create mode 100644 src/target/parsers/aprofile.cc
 copy src/target/parsers/{mprofile.h => aprofile.h} (79%)
 create mode 100644 tests/cpp/target/parsers/aprofile_test.cc

Reply via email to