This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from 77c66f0 [MetaSchedule] random compute location (#9940)
add 1e5373f [MetaSchedule] PostProcessor: Verify GPU Code (#9945)
No new revisions were added by this update.
Summary of changes:
python/tvm/meta_schedule/postproc/__init__.py | 1 +
.../verify_gpu_code.py} | 15 +-
src/meta_schedule/postproc/verify_gpu_code.cc | 130 ++++++++++++
.../test_meta_schedule_postproc_verify_gpu_code.py | 231 +++++++++++++++++++++
4 files changed, 370 insertions(+), 7 deletions(-)
copy python/tvm/meta_schedule/{measure_callback/update_cost_model.py =>
postproc/verify_gpu_code.py} (70%)
create mode 100644 src/meta_schedule/postproc/verify_gpu_code.cc
create mode 100644
tests/python/unittest/test_meta_schedule_postproc_verify_gpu_code.py