Thanks for contributing to TVM!   Please refer to guideline 
https://tvm.apache.org/docs/contribute/ for useful information and tips. After 
the pull request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.

You can view, comment on, or merge this pull request online at:

  https://github.com/apache/incubator-tvm/pull/6775

-- Commit Summary --

  * [BYOC][JSON] Support input nodes with multiple entries (#6368)
  * [Relay] support i64 indices (#6143)
  * add missing dependency (#6375)
  * [Relay] Enhance relay.split(), allow splitted dim to be dynamic (#6289)
  * acquire gil while finalizing PackedFunc (#6378)
  * [Torch] Support logsumexp, clean up unnecessary infer_shape usage (#6374)
  * [RUNTIME][CRT] use macro to replace hardcode number (#6365)
  * [RELAY] Fix the FoldConstant Regression for VTA (#6377)
  * [TESTS] Refactor tests to run on either the GPU or CPU. (#6331)
  * Make docs build again when not everything is enabled (#6386)
  * [Frontend][TensorFlow] Improve TensorFlow control flow nodes ordering 
(#6387)
  * [TFLite] Support for 'SAME' Padding option for TRANSPOSE_CONV 
operator of TFLite. (#6381)
  * [DOCS] Fix the docker binary cache location (#6390)
  * [RELAY][VM] Enable heterogeneous execution for Relay VM (#6337)
  * [Bugfix][Printer] Avoid adding annotation twice for ConstantNode (#6364)
  * [Relay] Fix Type Arguments not Attached (#6385)
  * [CI][Contrib] Add Vitis-AI docker installation (#6342)
  * [METAL] Use CFBridgeRetain for retaining the allocated resource (#6393)
  * [RELAY][DYN] Dynamic UpSampling3D Op (#6353)
  * [Relay/topi] Support scalar inputs in where op (#6383)
  * Remove unintentional pytest dependency. Fix #6398 (#6399)
  * Add safe up/downcasting to the Rust object system (#6384)
  * [VTA][Xilinx] Update to Vivado 2020.1 and Pynq 2.5 (#6402)
  * [TARGET] Add layout_transform, clip and expand_dims in onnx converter 
(#6366)
  * [Fix] fix compilation error when setting USE_RELAY_DEBUG (#6380)
  * iadd conv2d_transpose alter layout (#6358)
  * reshape with non constant shape argument (#6411)
  * [ONNX] Add Clip importer to handle when min/max are provided as inputs. 
(#6251)
  * [TESTING] Fix the error when running tests with default targets (#6394)
  * bugfix: "verify" call parameter name changed (#6382)
  * [Torch] Miscellaneous fix, enable some VM GPU tests (#6418)
  * [TFLite] Implemented MATRIX_DIAG Operator for TFLite. (#6397)
  * Remove comparison of unsigned expression < 0 warning (#6319)
  * Dynamic Strided Slice (#6316)
  * [AutoTVM][Ansor] Enable random fill and CPU cache flush for AutoTVM and 
Ansor (#6391)
  * [PASS][ConvertLayout] Fixes AttributeError during ConvertLayout to NHWC 
(#6419)
  * [Ansor][AutoTVM v2.0] Phase 2: Layout Rewrite in AutoScheduler (#6297)
  * [RELAY][REFACTOR] Mix mode context analysis (#6403)
  * Switch Windows CI to build Release instead of Debug (#6427)
  * [RELAY] Allow StructuralEqual/Hash via Var.vid (#6424)
  * Address issue #6415 using compiler-rt half-float function. (#6431)
  * hot fix (#6434)
  * [Relay, Torch] Fix stack op axis check, support torch::stack conversion for 
a static list  (#6433)
  * [METAL] set MTLBuffer purgeable state (#6376) (#6438)
  * [Rust] Improve the error reporting in build.rs files by using anyhow. 
(#6401)
  * [Target] Tags, Composite Target, Unified Interface (#6369)
  * Fix broadcast shape (#6422)
  * [Relay] Add Defunctionalization Pass  (#6400)
  * [QNN][Relay] Fixed bug in quantized conv2d. (#6420)
  * [Relay][Op] Fix Reshape Compute (#6396)
  * CUDA: broaden path detection (#6444)
  * [Relay][Topi][Op]Advanced indexing (#6388)
  * ROCm: use GcnArch for mcpu and ApiVersion to select code object version 
(#6447)
  * [Format] Convert all Python code w/o CI (#6448)
  * Add black to lint docker image (#6451)
  * [runtime] fix: BooleanToTranspose function definition conflict (#6452)
  * [TEST] Fix Some Failed Test Cases and Tutorials of The Issue #6453 (#6454)
  * [topi, x86] for 1d loop, make outer loop parallel after split (#6455)
  * [WINDOWS][MSVC] Fix MSVC warnings (#6450)
  * upstream (#6436)
  * [FIX,TESTING] Add tvm.testing to the docs (#6458)
  * [APPS] Add How to deploy graph runtime example under new module factory 
(#6459)
  * [ONNX] Add support for GatherElements conversion (#6446)
  * [COMMUNITY] comaniac -> Committer (#6463)
  * [COMMUNITY] lhutton1 -> Reviewer (#6461)
  * [RPC] Update RPC module to enable remote linking. (#6462)
  * [runtime] fix: remove anoymous namespace and rename BooleanToTranspose 
(#6465)
  * [CMAKE] Improve FindLLVM to handle llvm-prefix with space. (#6466)
  * [ONNX] Update Slice op conversion to take strides into account, clean up 
tests (#6467)
  * [RFC][Formatting] Add scripts for applying Black to the Python code. (#6437)
  * add aten::pixel_shuffle implementation (#6328) (#6468)
  * [Formatting] Fix black script for Python formatting (#6469)
  * [Relay]Some backend improvements for PT OD models (#6464)
  * [DOC] Fix Some Broken Web Links (#6475)
  * µTVM RPC server and Part 1 of AutoTVM compilation infrastructure (#6334)
  * add git diff filter (#6484)
  * [BYOC][ETHOSN] Introduce further operator support (#6355)
  * [Minor] Fix typos in Ansor (#6425)
  * [FIX] Save tensor size with alignment (#6487)
  * [BUG][ConvertLayout] Fix qnn.conv2d layout conversion too many values to 
unpack (#6442)
  * [Formatting] Fix python formatting issue (#6491)
  * [PY] GraphRuntime: Update the tutorials to the module-based interface 
(#6482)
  * Fix missing import in bifrost schedule (#6479)
  * bumping vta version (#6495)
  * black format master (#6494)
  * [BUILD] enhance build script for optional vta dep (#6497)
  * extending FindVulkan to build RPC server on Windows correctly (#6498)
  * [TUTORIAL][ANSOR] Using the template-free auto-scheduler on CPU (#6488)
  * [Frontend][Pytorch] Improve Pytorch frontend for object detection models 
(#6449)
  * fix a typo in topi key (#6502)
  * Add PT OD tutorial (#6500)
  * Switch CRC-CCITT libraries (#6499)
  * [TIR][Hybrid] Hybrid Script Improvement (#6507)
  * [RPC] Lazily import micro when starting an RPC server (#6505)
  * improve doc for relay.nn.dense (#6508)
  * [COMMUNITY] hypercubestart -> Reviewer (#6511)
  * Add several op mapping in PyTorch frontend (#6472)
  * [Relay]Allow dynamic batch for arm conv2d (#6509)
  * Add beagleboard ai, thunderx and stm32mp1 to the arm_cpu target. (#6501)
  * [RELAY][OP] roi_align operator alter layout (#6443)
  * Update commit id
  * Update commit id
  * Fix pooling conflict
  * add nn.conv2d_transpose to convert layout in TRT
  * Make missing desired layout non-fatal (#6553)
  * Fix detection of asymmetric padding for avg_pool2d (#144)
  * Add custom allocator (#141)
  * Frontend Support for Sagemaker-Sklearn-Extension Models Part I (#145)
  * [CI] Fix CI (#148)
  * Create device memory buffers (if needed) and transfer data (#147)
  * Changes in TRT to support TF-SSD-MN (#149)
  * [tvmc] command line driver 'compile' (part 2/4) (#6302)
  * [ANSOR] Auto-scheduler tutorial for GPU and necessary refactor/fix (#6512)
  * Update CI badge location (#6517)
  * [TOPI] Fix declaration_conv2d_transpose_impl (#6428)
  * [CI] Cancel previous build if new commit has been pushed to a PR (#6518)
  * QnnBinaryLayout bugfix + unit test (#6513)
  * [LINT] Use fmt off to disable problematic black fmt (#6519)
  * [AutoScheduler] Improve hyperlinks in the tutorial (#6521)
  * Enable more warnings when compiling with clang 10.0 or greater (#6456)
  * [TOPI] Group conv2d NHWC op implementation (#6510)
  * [Torch] Clean up usage of try ... infer_value() ... except (#6504)
  * fix libtvm build dependencies when USE_MICRO is ON. (#6524)
  * [DOCS] Change some tutorial text (#6514)
  * Remove settings about SGX in config.cmake (#6530)
  * [Doc][Fix] Fix a typo in hybrid script tutorial. (#6525)
  * Add the SYSTEM keyword to all cmake include_directories commands for 3rd 
party or external headers. Warning flags should only be applied to code within 
the tvm repository. (#6531)
  * [TUTORIAL] Fix Some Failed Tutorials of The Issue #6453 (#6534)
  * [FIX] fix the python script for building resnet (#6526) (#6527)
  * [Ansor] Parallel the InitPopulation (#6529)
  * [BYOC][ACL] Add maximum support for float32 (#6506)
  * [Relay] Show yolo detection result in text. (#6367)
  * Remove unused pylint 1.9.4 from docker installation script (#6538)
  * tvmc: solve a linting error on onnx command line driver frontend (#6536)
  * [Relay/TOPI] Added 'offsets' and 'alignment' attributes to 
MATRIX_SET_DIAG. (#6429)
  * Add alternate cublaslt library name. CUDA 11.0 uses cublasLt. (#6541)
  * [Rust] Allow convert Context to ArgValue (#6544)
  * update webgpu api (#6547)
  * [Frontend][Onnx] Added broadcasting to prelu alpha. (#6549)
  * [Relay/TOPI] Added dilation_value attribute to dilate operator. (#6550)
  * Generalize the use of booleans to support all cmake boolean values. (#6515)
  * [COMMUNITY] Add Ziheng's key for ASF release (#6552)
  * Feat(frontend-pytorch): Add input types argument and Support cast to 
float16. (#6546)
  * [TIR] Fix rewrite_simplify tir::builtin::shift_left (#6555)
  * [Ansor][FLAKY] Bug fix for compute at mutation error (#6557)
  * Add proper cmake PATHS when multiple NAMES. (#6558)
  * Zhi's key for ASF release (#6554)
  * Make CMakefile/config.cmake/install_tvm consistent (#6562)
  * Rename tvm.hybrid.script to tvm.script. (#6522)
  * Bring Your Own Datatypes (#5812)
  * [APP] Fix misprint in demo.cc during initializing of picture tensor data 
(#6566)
  * [BYODT] fix CMAKE flag name + update documentation (#6567)
  * [AutoScheduler] Improve the rule of mutating parallel granularity (#6568)
  * [TEST] Temporary disable test_mutate_parallel (#6572)
  * Fix missing te in the code example (#6569)
  * Fix android runtime error (#6575)
  * [tvmc] Fix command line argument variable name (#6574)
  * Support mxnet dot and LogisticRegressionOutput (#6542)
  * [Doc] Update release document (#6573)
  * [tvmc] unify all logs on a single logger 'TVMC' (#6577)
  * [COMMUNITY] vegaluisjose -> Committer (#6582)
  * Add rocblas_sgemm_strided_batched impl. (#6579)
  * disable stacked bidir test (#6585)
  * [tvmc] Introduce 'tune' subcommand (part 3/4) (#6537)
  * [RUNTIME] NDArray CopyFrom/To Bytes always synchronize (#6586)
  * [BYOC][ETHOSN] Fix tests for new module API (#6560)
  * properly pass through command-line args in docker/bash.sh (#6599)
  * dynamic conv2d for cuda (#6598)
  * Allow datatypes besides fp32 in conv2d_transpose for cuda. (#6593)
  * add black-format to docker/lint.sh, suppport in-place format (#6601)
  * [Parser] Fix parsing op string attributes (#6605)
  * [docs] Missing documentation 'autodocsumm' (#6595)
  * [Doc] add KEYS to downloads.apache.org (#6581)
  * Add ci_qemu docker image (#6485)
  * [tvmc] Introduce 'run' subcommand (part 4/4) (#6578)
  * [tvmc][docs] Getting started tutorial for TVMC (#6597)
  * [Bugfix] Simplify reduce expression in te.gradient (#6611)
  * [RELEASE] Bump version to 0.7.0 (#6614)
  * [BUG_FIX] Fixes #6608: CHECK(data != nullptr) causes type checking to fail 
(#6610)
  * Updated runtime to run under FreeBSD. (#6600)
  * [Ansor] Support multiple output ops and fix Python API printing (#6584)
  * [RELEASE] Update NEWS.md for v0.7 (#6613)
  * [ETHOSN] Update to 20.08 version of the ethosn-driver. (#6606)
  * [VERSION] Version for v0.8 cycle (#6615)
  * Dynamic ONNX Importer (#6351)
  * Fix Strided Slice Infer Layout (#6621)
  * [FIX,AUTOTVM] Print warning when all autotvm tasks fail with errors (#6612)
  * Fix a bug with Alter Op Layout (#6626)
  * bump dockerfile (#6632)
  * [Rust] Improve NDArray, GraphRt, and Relay bindings (#6563)
  * Fix example code (#6627)
  * [TVMC] fail gracefully in case no subcommand is provided (#6625)
  * Add dot product support for quantized convolution. (#6445)
  * [Topi] Allow batch_matmul to broadcast along batch dimension. (#6616)
  * [COMMUNITY] areusch -> Reviewer (#6637)
  * [CI] fix Python dependency required by cpp tests to work standalone (#6639)
  * [apps/bundle_deploy] Link demo_* targets with LDFLAGS and also with -lm. 
(#6636)
  * Add qemu build step to CI (#6644)
  * add a test for assymetric padding in ONNX conv and fix importer (#6646)
  * missing header for GraphRuntimeFactory in android_rpc (#6648)
  * Fix leakyReLU support for CoreML (#6651)
  * [CI] make sure graphviz is on both ci-cpu and ci-gpu images (#6645)
  * Add Range op to ONNX, make tvm arange op support negative steps (#6647)
  * [µTVM] Avoid use of builtin math functions (#6630)
  * [FIX,AUTOTVM] More descriptive error message when an autotvm task is not 
(#6652)
  * [TEST][TEDD] improve TEDD tests to also run on CPU Docker image. (#6643)
  * [Diagnostics][Relay][InferType] Refactor InferType to work on whole module, 
and use new diagnostics. (#6274)
  * Faster sparse_dense on GPUs (#6580)
  * Revert "[Relay] Keep fixed dim when unifying dynamic shape 
(#5795)" (#6658)
  * [AutoScheduler] Improve the GPU tutorial by deleting measure_ctx earlier 
(#6660)
  * [AutoScheduler] Improve test cases (#6657)
  * [Frontend][Tensorflow] Fix TF 1.15 conv2d_transpose parsing (#6589)
  * [BYOC][ACL] Support add operation (#6532)
  * Fix typographical error. (#6664)
  * [Relay][MXNet] Support broadcast_like (#6561)
  * [CI] Move to use main as the default (#6665)
  * [Torch] Object detection support update for PyTorch 1.6 (#6659)
  * don't validate AttrInitEntry until a value has attempted to be set 
(#6672)
  * [CI] Set main as default in github actions (#6669)
  * [BYOC] Support control flow in annotate_target (#6641)
  * TF argmax - handling int64 datatype (#6674)
  * [CODEGEN][COREML] Call InferType explicitly in coreml test (#6676)
  * Adjust Vulkan queue selection and creation logic (#6662)
  * Install xgboost>=1.1.0 in CI container (#6679)
  * Fix format error in integrate.rst (#6677)
  * Update dlmc_tvm_commit_id
  * [ANSOR] Auto-scheduler tutorial for GPU and necessary refactor/fix (#6512)
  * [TOPI] Fix declaration_conv2d_transpose_impl (#6428)
  * [LINT] Use fmt off to disable problematic black fmt (#6519)
  * [AutoScheduler] Improve hyperlinks in the tutorial (#6521)
  * Enable more warnings when compiling with clang 10.0 or greater (#6456)
  * [Rust] Allow convert Context to ArgValue (#6544)
  * [Ansor][FLAKY] Bug fix for compute at mutation error (#6557)
  * [AutoScheduler] Improve the rule of mutating parallel granularity (#6568)
  * [TEST] Temporary disable test_mutate_parallel (#6572)
  * [Parser] Fix parsing op string attributes (#6605)
  * [tvmc] Introduce 'run' subcommand (part 4/4) (#6578)
  * Dynamic ONNX Importer (#6351)
  * [Diagnostics][Relay][InferType] Refactor InferType to work on whole module, 
and use new diagnostics. (#6274)
  * [AutoScheduler] Improve test cases (#6657)
  * [CI] Move to use main as the default (#6665)
  * Manual Reformatting
  * Removing multiple os import in python/tvm/runtime/module.py
  * Minor syntax error
  * Minor changes 2
  * Changing in Rust file
  * Changes in tensorrt to detect unsupported types in op args (#155)
  * Add Handling of Zero Len Arguments (#154)
  * Prevent TRT offload for slice with size 0 (#156)
  * Changes in CheckReshapeOnly to support TupleTypes as input

-- File Changes --

    A .asf.yaml (34)
    A .clang-format (8)
    M .github/PULL_REQUEST_TEMPLATE.md (2)
    A .github/workflows/main.yml (86)
    M .gitignore (33)
    M .gitmodules (9)
    D .travis.yml (68)
    D 3rdparty/HalideIR (1)
    A 3rdparty/cma/cma.h (43)
    A 3rdparty/cma/cma_api_impl.h (173)
    A 3rdparty/cma/settings.mk (19)
    M 3rdparty/compiler-rt/builtin_fp16.h (102)
    M 3rdparty/dlpack (2)
    M 3rdparty/dmlc-core (2)
    A 3rdparty/libcrc/.gitignore (21)
    A 3rdparty/libcrc/include/checksum.h (116)
    A 3rdparty/libcrc/src/crcccitt.c (119)
    A 3rdparty/libcrc/tab/gentab_ccitt.inc (270)
    A 3rdparty/picojson/README.md (20)
    A 3rdparty/picojson/picojson.h (1185)
    A 3rdparty/rang (1)
    A 3rdparty/vta-hw (1)
    M CMakeLists.txt (424)
    M CONTRIBUTORS.md (159)
    A DISCLAIMER (12)
    M Jenkinsfile (278)
    A KEYS (302)
    M LICENSE (39)
    M Makefile (84)
    M NEWS.md (2321)
    A NOTICE (5)
    M README.md (47)
    M apps/README.md (19)
    A apps/android_camera/.gitignore (15)
    A apps/android_camera/README.md (28)
    A apps/android_camera/app/build.gradle (79)
    A apps/android_camera/app/src/main/AndroidManifest.xml (50)
    A 
apps/android_camera/app/src/main/java/org/apache/tvm/android/androidcamerademo/Camera2BasicFragment.java
 (615)
    A 
apps/android_camera/app/src/main/java/org/apache/tvm/android/androidcamerademo/MainActivity.java
 (88)
    A apps/android_camera/app/src/main/jni/Android.mk (57)
    A apps/android_camera/app/src/main/jni/Application.mk (46)
    A apps/android_camera/app/src/main/jni/build.sh (26)
    A apps/android_camera/app/src/main/jni/make/config.mk (54)
    A apps/android_camera/app/src/main/jni/tvm_runtime.h (79)
    A apps/android_camera/app/src/main/res/drawable/item_selector.xml (23)
    A apps/android_camera/app/src/main/res/layout/activity_main.xml (23)
    A apps/android_camera/app/src/main/res/layout/fragment_camera2_basic.xml 
(85)
    A apps/android_camera/app/src/main/res/layout/listview_row.xml (28)
    A apps/android_camera/app/src/main/res/values/colors.xml (20)
    A apps/android_camera/app/src/main/res/values/strings.xml (18)
    A apps/android_camera/app/src/main/res/values/styles.xml (31)
    A apps/android_camera/app/src/main/res/xml/provider_paths.xml (20)
    A apps/android_camera/app/src/main/rs/yuv420888.rs (49)
    A apps/android_camera/build.gradle (49)
    A apps/android_camera/dev_tools/gen_keystore.sh (20)
    A apps/android_camera/dev_tools/sign_apk.sh (24)
    A apps/android_camera/gradle.properties (21)
    A apps/android_camera/models/prepare_model.py (139)
    A apps/android_camera/settings.gradle (18)
    M apps/android_deploy/README.md (27)
    M apps/android_deploy/app/build.gradle (21)
    M apps/android_deploy/app/download-models.gradle (17)
    M apps/android_deploy/app/src/main/AndroidManifest.xml (26)
    D 
apps/android_deploy/app/src/main/java/ml/dmlc/tvm/android/demo/MainActivity.java
 (633)
    A 
apps/android_deploy/app/src/main/java/org/apache/tvm/android/demo/MainActivity.java
 (633)
    M apps/android_deploy/app/src/main/jni/Android.mk (23)
    M apps/android_deploy/app/src/main/jni/Application.mk (21)
    M apps/android_deploy/app/src/main/jni/build.sh (20)
    M apps/android_deploy/app/src/main/jni/make/config.mk (17)
    M apps/android_deploy/app/src/main/jni/tvm_runtime.h (37)
    M apps/android_deploy/app/src/main/res/layout/activity_main.xml (22)
    M apps/android_deploy/app/src/main/res/layout/content_main.xml (20)
    M apps/android_deploy/app/src/main/res/values/colors.xml (20)
    M apps/android_deploy/app/src/main/res/values/strings.xml (22)
    M apps/android_deploy/app/src/main/res/values/styles.xml (20)
    M apps/android_deploy/app/src/main/res/xml/provider_paths.xml (28)
    M apps/android_deploy/build.gradle (17)
    M apps/android_deploy/dev_tools/gen_keystore.sh (16)
    M apps/android_deploy/dev_tools/sign_apk.sh (16)
    A apps/android_deploy/gradle.properties (18)
    M apps/android_deploy/settings.gradle (17)
    M apps/android_rpc/README.md (56)
    M apps/android_rpc/app/build.gradle (21)
    M apps/android_rpc/app/src/main/AndroidManifest.xml (22)
    D apps/android_rpc/app/src/main/java/ml/dmlc/tvm/tvmrpc/MainActivity.java 
(165)
    D apps/android_rpc/app/src/main/java/ml/dmlc/tvm/tvmrpc/RPCActivity.java 
(66)
    D apps/android_rpc/app/src/main/java/ml/dmlc/tvm/tvmrpc/RPCProcessor.java 
(97)
    A 
apps/android_rpc/app/src/main/java/org/apache/tvm/tvmrpc/MainActivity.java (159)
    A apps/android_rpc/app/src/main/java/org/apache/tvm/tvmrpc/RPCActivity.java 
(67)
    A 
apps/android_rpc/app/src/main/java/org/apache/tvm/tvmrpc/RPCAndroidWatchdog.java
 (39)
    A 
apps/android_rpc/app/src/main/java/org/apache/tvm/tvmrpc/RPCProcessor.java (94)
    M apps/android_rpc/app/src/main/jni/Android.mk (23)
    M apps/android_rpc/app/src/main/jni/Application.mk (29)
    M apps/android_rpc/app/src/main/jni/build.sh (20)
    M apps/android_rpc/app/src/main/jni/make/config.mk (23)
    M apps/android_rpc/app/src/main/jni/tvm_runtime.h (54)
    M apps/android_rpc/app/src/main/res/layout/activity_main.xml (22)
    M apps/android_rpc/app/src/main/res/layout/activity_rpc.xml (22)
    M apps/android_rpc/app/src/main/res/layout/content_main.xml (20)
    M apps/android_rpc/app/src/main/res/layout/content_rpc.xml (20)
    M apps/android_rpc/app/src/main/res/values/colors.xml (20)
    M apps/android_rpc/app/src/main/res/values/strings.xml (20)
    M apps/android_rpc/app/src/main/res/values/styles.xml (20)
    M apps/android_rpc/build.gradle (17)
    M apps/android_rpc/dev_tools/gen_keystore.sh (16)
    M apps/android_rpc/dev_tools/sign_apk.sh (16)
    M apps/android_rpc/settings.gradle (17)
    M apps/android_rpc/tests/android_rpc_test.py (55)
    M apps/benchmark/README.md (52)
    M apps/benchmark/arm_cpu_imagenet_bench.py (80)
    M apps/benchmark/gpu_imagenet_bench.py (133)
    M apps/benchmark/mobile_gpu_imagenet_bench.py (79)
    M apps/benchmark/util.py (86)
    A apps/bundle_deploy/Makefile (159)
    A apps/bundle_deploy/README.md (67)
    A apps/bundle_deploy/backtrace.c (57)
    A apps/bundle_deploy/backtrace.h (30)
    A apps/bundle_deploy/build_model.py (147)
    A apps/bundle_deploy/bundle.c (112)
    A apps/bundle_deploy/bundle.cc (64)
    A apps/bundle_deploy/bundle.h (36)
    A apps/bundle_deploy/bundle_static.c (113)
    A apps/bundle_deploy/crt_config/crt_config.h (48)
    A apps/bundle_deploy/demo.cc (175)
    A apps/bundle_deploy/demo_static.c (112)
    A apps/bundle_deploy/runtime.cc (37)
    A apps/bundle_deploy/test.cc (170)
    A apps/bundle_deploy/test_static.c (124)
    A apps/cpp_rpc/CMakeLists.txt (39)
    A apps/cpp_rpc/README.md (76)
    A apps/cpp_rpc/main.cc (306)
    A apps/cpp_rpc/rpc_env.cc (309)
    A apps/cpp_rpc/rpc_env.h (63)
    A apps/cpp_rpc/rpc_server.cc (387)
    A apps/cpp_rpc/rpc_server.h (58)
    A apps/cpp_rpc/rpc_tracker_client.h (240)
    A apps/cpp_rpc/win32_process.cc (261)
    A apps/cpp_rpc/win32_process.h (44)
    A apps/dso_plugin_module/.gitignore (1)
    A apps/dso_plugin_module/Makefile (33)
    A apps/dso_plugin_module/README.md (41)
    A apps/dso_plugin_module/plugin_module.cc (70)
    A apps/dso_plugin_module/test_plugin_module.py (49)
    M apps/extension/Makefile (25)
    M apps/extension/README.md (18)
    M apps/extension/python/tvm_ext/__init__.py (63)
    M apps/extension/src/tvm_ext.cc (204)
    M apps/extension/tests/test_ext.py (88)
    M apps/howto_deploy/Makefile (31)
    M apps/howto_deploy/README.md (20)
    M apps/howto_deploy/cpp_deploy.cc (81)
    M apps/howto_deploy/prepare_test_libs.py (46)
    A apps/howto_deploy/python_deploy.py (49)
    M apps/howto_deploy/run_example.sh (25)
    M apps/howto_deploy/tvm_runtime_pack.cc (37)
    M apps/ios_rpc/README.md (55)
    M apps/ios_rpc/init_proj.py (65)
    A apps/ios_rpc/tests/ios_rpc_mobilenet.py (178)
    M apps/ios_rpc/tests/ios_rpc_test.py (59)
    M apps/ios_rpc/tvmrpc.xcodeproj/project.pbxproj (45)
    M 
apps/ios_rpc/tvmrpc.xcodeproj/project.xcworkspace/contents.xcworkspacedata (17)
    M apps/ios_rpc/tvmrpc/AppDelegate.h (24)
    M apps/ios_rpc/tvmrpc/AppDelegate.m (20)
    M apps/ios_rpc/tvmrpc/Base.lproj/LaunchScreen.storyboard (20)
    M apps/ios_rpc/tvmrpc/Base.lproj/Main.storyboard (17)
    M apps/ios_rpc/tvmrpc/Info.plist (17)
    M apps/ios_rpc/tvmrpc/TVMRuntime.h (25)
    M apps/ios_rpc/tvmrpc/TVMRuntime.mm (149)
    M apps/ios_rpc/tvmrpc/ViewController.h (37)
    M apps/ios_rpc/tvmrpc/ViewController.mm (42)
    M apps/ios_rpc/tvmrpc/main.m (20)
    M apps/ios_rpc/tvmrpcLauncher/Info.plist (17)
    M apps/ios_rpc/tvmrpcLauncher/tvmrpcLauncher.mm (25)
    A apps/lldb/dot.lldbinit.in (21)
    A apps/lldb/tvm.py (189)
    D apps/pynq_rpc/start_rpc_server.sh (5)
    M apps/rocm_rpc/Makefile (20)
    M apps/rocm_rpc/README.md (17)
    M apps/rocm_rpc/rocm_runtime_pack.cc (23)
    M apps/rocm_rpc/start_rpc_server.sh (19)
    A apps/sgx/.cargo/config (5)
    M apps/sgx/.gitignore (2)
    A apps/sgx/.rustfmt.toml (1)
    A apps/sgx/Cargo.lock (853)
    A apps/sgx/Cargo.toml (28)
    D apps/sgx/Makefile (89)
    M apps/sgx/README.md (85)
    A apps/sgx/build.rs (82)
    D apps/sgx/enclave/.rustfmt.toml (1)
    D apps/sgx/enclave/Cargo.toml (15)
    D apps/sgx/enclave/Makefile (42)
    D apps/sgx/enclave/Xargo.toml (13)
    D apps/sgx/enclave/build.rs (9)
    D apps/sgx/enclave/enclave.lds (9)
    D apps/sgx/enclave/enclave_config.xml.in (11)
    D apps/sgx/enclave/sgx-deps.diff (13)
    D apps/sgx/enclave/src/build_model.py (38)
    D apps/sgx/enclave/src/lib.rs (119)
    D apps/sgx/enclave/x86_64-unknown-linux-sgx.json (31)
    A apps/sgx/read_results.py (30)
    D apps/sgx/run_example.sh (10)
    D apps/sgx/run_model.py (20)
    A apps/sgx/src/build_model.py (56)
    A apps/sgx/src/main.rs (51)
    A apps/tf_tvmdsoop/CMakeLists.txt (34)
    A apps/tf_tvmdsoop/prepare_and_test_tfop_module.sh (35)
    A apps/tf_tvmdsoop/tests/test_tfop_module.py (114)
    A apps/topi_recipe/README.md (48)
    A apps/topi_recipe/broadcast/test_broadcast_map.py (136)
    A apps/topi_recipe/conv/depthwise_conv2d_test.py (272)
    A apps/topi_recipe/conv/test_conv2d_hwcn_map.py (101)
    A apps/topi_recipe/conv/test_conv_int8_arm.py (223)
    A apps/topi_recipe/conv/test_conv_int8_intel.py (208)
    A apps/topi_recipe/gemm/android_gemm_square.py (138)
    A apps/topi_recipe/gemm/cuda_gemm_square.py (155)
    A apps/topi_recipe/gemm/gemm_int8.py (182)
    A apps/topi_recipe/reduce/test_reduce_map.py (95)
    A apps/topi_recipe/rnn/lstm.py (204)
    A apps/topi_recipe/rnn/matexp.py (178)
    A apps/vta_rpc/start_rpc_server.sh (22)
    A apps/vta_rpc/start_rpc_server_to_tracker.sh (26)
    A apps/wasm-standalone/.gitignore (8)
    A apps/wasm-standalone/README.md (202)
    A apps/wasm-standalone/wasm-graph/.cargo/config (3)
    A apps/wasm-standalone/wasm-graph/Cargo.toml (0)
    A apps/wasm-standalone/wasm-graph/build.rs (0)
    A apps/wasm-standalone/wasm-graph/src/lib.rs (0)
    A apps/wasm-standalone/wasm-graph/src/types.rs (0)
    A apps/wasm-standalone/wasm-graph/src/utils.rs (0)
    A apps/wasm-standalone/wasm-graph/tools/build_graph_lib.py (0)
    A apps/wasm-standalone/wasm-runtime/Cargo.toml (0)
    A apps/wasm-standalone/wasm-runtime/src/graph.rs (0)
    A apps/wasm-standalone/wasm-runtime/src/lib.rs (0)
    A apps/wasm-standalone/wasm-runtime/src/types.rs (0)
    A apps/wasm-standalone/wasm-runtime/tests/test_graph_resnet50/Cargo.toml (0)
    A apps/wasm-standalone/wasm-runtime/tests/test_graph_resnet50/src/main.rs 
(0)
    M cmake/config.cmake (0)
    M cmake/modules/CUDA.cmake (0)
    A cmake/modules/ClangFlags.cmake (0)
    A cmake/modules/Git.cmake (0)
    A cmake/modules/Hexagon.cmake (0)
    M cmake/modules/LLVM.cmake (0)
    A cmake/modules/LibInfo.cmake (0)
    M cmake/modules/Metal.cmake (0)
    A cmake/modules/Micro.cmake (0)
    M cmake/modules/OpenCL.cmake (0)
    D cmake/modules/OpenGL.cmake (0)
    A cmake/modules/OpenMP.cmake (0)
    M cmake/modules/ROCM.cmake (0)
    D cmake/modules/SGX.cmake (0)
    A cmake/modules/StandaloneCrt.cmake (0)
    M cmake/modules/VTA.cmake (0)
    M cmake/modules/Vulkan.cmake (0)
    A cmake/modules/contrib/ArmComputeLib.cmake (0)
    M cmake/modules/contrib/BLAS.cmake (0)
    A cmake/modules/contrib/CODEGENC.cmake (0)
    A cmake/modules/contrib/CoreML.cmake (0)
    A cmake/modules/contrib/DNNL.cmake (0)
    A cmake/modules/contrib/EthosN.cmake (0)
    A cmake/modules/contrib/HybridDump.cmake (0)
    A cmake/modules/contrib/MicroStandaloneRuntime.cmake (0)
    M cmake/modules/contrib/NNPack.cmake (0)
    A cmake/modules/contrib/ONNX.cmake (0)
    A cmake/modules/contrib/Posit.cmake (0)
    M cmake/modules/contrib/Random.cmake (0)
    M cmake/modules/contrib/Sort.cmake (0)
    A cmake/modules/contrib/TFLite.cmake (0)
    A cmake/modules/contrib/TF_TVMDSOOP.cmake (0)
    A cmake/modules/contrib/TensorRT.cmake (0)
    M cmake/util/FindCUDA.cmake (0)
    A cmake/util/FindEthosN.cmake (0)
    M cmake/util/FindLLVM.cmake (0)
    A cmake/util/FindOpenCL.cmake (0)
    M cmake/util/FindROCM.cmake (0)
    M cmake/util/FindVulkan.cmake (0)
    M cmake/util/Util.cmake (0)
    A conda/Dockerfile.template (0)
    A conda/build_cpu.sh (0)
    A conda/build_cuda.sh (0)
    M conda/conda_build_config.yaml (0)
    A conda/cross-linux.cmake (0)
    D conda/nnvm/build.sh (0)
    D conda/nnvm/meta.yaml (0)
    A conda/render_cuda.py (0)
    D conda/topi/build.sh (0)
    D conda/topi/meta.yaml (0)
    M conda/tvm-libs/build.sh (0)
    M conda/tvm-libs/meta.yaml (0)
    M conda/tvm/build.sh (0)
    M conda/tvm/meta.yaml (0)
    A conftest.py (0)
    A dmlc_tvm_commit_id.txt (0)
    M docker/Dockerfile.ci_cpu (0)
    D docker/Dockerfile.ci_emscripten (0)
    M docker/Dockerfile.ci_gpu (0)
    M docker/Dockerfile.ci_i386 (0)
    A docker/Dockerfile.ci_jekyll (0)
    M docker/Dockerfile.ci_lint (0)
    A docker/Dockerfile.ci_qemu (0)
    A docker/Dockerfile.ci_wasm (0)

-- Patch Links --

https://github.com/apache/incubator-tvm/pull/6775.patch
https://github.com/apache/incubator-tvm/pull/6775.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-tvm/pull/6775

Reply via email to