platform/upstream/tvm.git
2020-09-16 Shizhi TangFix missing import in bifrost schedule (#6479)
2020-09-16 Tianqi Chen[PY] GraphRuntime: Update the tutorials to the module...
2020-09-16 lhutton1[Formatting] Fix python formatting issue (#6491)
2020-09-16 lhutton1[BUG][ConvertLayout] Fix qnn.conv2d layout conversion...
2020-09-16 Zhi[FIX] Save tensor size with alignment (#6487)
2020-09-15 Junru Shao[Minor] Fix typos in Ansor (#6425)
2020-09-15 mbaret[BYOC][ETHOSN] Introduce further operator support ...
2020-09-15 Cody Yuadd git diff filter (#6484)
2020-09-15 Andrew ReuschµTVM RPC server and Part 1 of AutoTVM compilation infra...
2020-09-15 Qiang Zhang[DOC] Fix Some Broken Web Links (#6475)
2020-09-15 Yao Wang[Relay]Some backend improvements for PT OD models ...
2020-09-15 Cody Yu[Formatting] Fix black script for Python formatting...
2020-09-14 wjliuadd aten::pixel_shuffle implementation (#6328) (#6468)
2020-09-13 Jared Roesch[RFC][Formatting] Add scripts for applying Black to...
2020-09-13 masahi[ONNX] Update Slice op conversion to take strides into...
2020-09-13 Tianqi Chen[CMAKE] Improve FindLLVM to handle llvm-prefix with...
2020-09-12 cloud-mxd[runtime] fix: remove anoymous namespace and rename...
2020-09-12 Tianqi Chen[RPC] Update RPC module to enable remote linking. ...
2020-09-12 Zhi[COMMUNITY] lhutton1 -> Reviewer (#6461)
2020-09-12 ziheng[COMMUNITY] comaniac -> Committer (#6463)
2020-09-12 masahi[ONNX] Add support for GatherElements conversion (...
2020-09-12 Tianqi Chen[APPS] Add How to deploy graph runtime example under...
2020-09-12 Tristan Konolige[FIX,TESTING] Add tvm.testing to the docs (#6458)
2020-09-12 雾雨魔理沙upstream (#6436)
2020-09-11 Tianqi Chen[WINDOWS][MSVC] Fix MSVC warnings (#6450)
2020-09-11 masahi[topi, x86] for 1d loop, make outer loop parallel after...
2020-09-11 Johnson9009[TEST] Fix Some Failed Test Cases and Tutorials of...
2020-09-11 cloud-mxd[runtime] fix: BooleanToTranspose function definition...
2020-09-11 Jared RoeschAdd black to lint docker image (#6451)
2020-09-11 Jared Roesch[Format] Convert all Python code w/o CI (#6448)
2020-09-11 Thomas ViehmannROCm: use GcnArch for mcpu and ApiVersion to select...
2020-09-11 Yao Wang[Relay][Topi][Op]Advanced indexing (#6388)
2020-09-11 Thomas ViehmannCUDA: broaden path detection (#6444)
2020-09-11 Yao Wang[Relay][Op] Fix Reshape Compute (#6396)
2020-09-10 Rishabh Jain[QNN][Relay] Fixed bug in quantized conv2d. (#6420)
2020-09-10 Andrew Liu[Relay] Add Defunctionalization Pass (#6400)
2020-09-10 Yao WangFix broadcast shape (#6422)
2020-09-10 Junru Shao[Target] Tags, Composite Target, Unified Interface...
2020-09-10 Jared Roesch[Rust] Improve the error reporting in build.rs files...
2020-09-10 Jacob Postman[METAL] set MTLBuffer purgeable state (#6376) (#6438)
2020-09-10 masahi[Relay, Torch] Fix stack op axis check, support torch...
2020-09-10 Zhihot fix (#6434)
2020-09-10 Balint CristianAddress issue #6415 using compiler-rt half-float functi...
2020-09-09 Tianqi Chen[RELAY] Allow StructuralEqual/Hash via Var.vid (#6424)
2020-09-09 Robert KimballSwitch Windows CI to build Release instead of Debug...
2020-09-09 Zhi[RELAY][REFACTOR] Mix mode context analysis (#6403)
2020-09-09 Minmin Sun... [Ansor][AutoTVM v2.0] Phase 2: Layout Rewrite in AutoSc...
2020-09-09 lhutton1[PASS][ConvertLayout] Fixes AttributeError during Conve...
2020-09-08 Zhao Wu[AutoTVM][Ansor] Enable random fill and CPU cache flush...
2020-09-08 Matthew BrookhartDynamic Strided Slice (#6316)
2020-09-08 wrongtestRemove comparison of unsigned expression < 0 warning...
2020-09-08 Rishabh Jain[TFLite] Implemented MATRIX_DIAG Operator for TFLite...
2020-09-08 masahi[Torch] Miscellaneous fix, enable some VM GPU tests...
2020-09-08 Dmitriy Smirnovbugfix: "verify" call parameter name changed (#6382)
2020-09-08 Tianqi Chen[TESTING] Fix the error when running tests with default...
2020-09-07 Chris Sullivan[ONNX] Add Clip importer to handle when min/max are...
2020-09-07 masahireshape with non constant shape argument (#6411)
2020-09-07 Beya2019iadd conv2d_transpose alter layout (#6358)
2020-09-06 Tianming Xu[Fix] fix compilation error when setting USE_RELAY_DEBU...
2020-09-05 Xingyu Zhou[TARGET] Add layout_transform, clip and expand_dims...
2020-09-05 Thierry Moreau[VTA][Xilinx] Update to Vivado 2020.1 and Pynq 2.5...
2020-09-04 Max WillseyAdd safe up/downcasting to the Rust object system ...
2020-09-04 Leandro NunesRemove unintentional pytest dependency. Fix #6398 ...
2020-09-04 masahi[Relay/topi] Support scalar inputs in where op (#6383)
2020-09-04 Lily Orth-Smith[RELAY][DYN] Dynamic UpSampling3D Op (#6353)
2020-09-04 Tianqi Chen[METAL] Use CFBridgeRetain for retaining the allocated...
2020-09-03 anilmartha[CI][Contrib] Add Vitis-AI docker installation (#6342)
2020-09-03 Andrew Liu[Relay] Fix Type Arguments not Attached (#6385)
2020-09-03 Yizhi Liu[Bugfix][Printer] Avoid adding annotation twice for...
2020-09-03 Zhi[RELAY][VM] Enable heterogeneous execution for Relay...
2020-09-03 Tianqi Chen[DOCS] Fix the docker binary cache location (#6390)
2020-09-03 Rishabh Jain[TFLite] Support for 'SAME' Padding option for TRANSPOS...
2020-09-03 Yao Wang[Frontend][TensorFlow] Improve TensorFlow control flow...
2020-09-03 Andrew ReuschMake docs build again when not everything is enabled...
2020-09-02 Tristan Konolige[TESTS] Refactor tests to run on either the GPU or...
2020-09-02 Tianqi Chen[RELAY] Fix the FoldConstant Regression for VTA (#6377)
2020-09-02 windclarion[RUNTIME][CRT] use macro to replace hardcode number...
2020-09-02 masahi[Torch] Support logsumexp, clean up unnecessary infer_s...
2020-09-02 Andrew Reuschacquire gil while finalizing PackedFunc (#6378)
2020-09-02 lixiaoquan[Relay] Enhance relay.split(), allow splitted dim to...
2020-09-02 Haichen Shenadd missing dependency (#6375)
2020-09-01 Haozheng Fan[Relay] support i64 indices (#6143)
2020-09-01 Trevor Morris[BYOC][JSON] Support input nodes with multiple entries...
2020-09-01 masahi[Torch] Fix aten::max and aten::min conversion (#6372)
2020-08-31 ANSHUMAN TRIPATHY[TIR][Transform]Block scope hoisting added (#6238)
2020-08-31 tkat0[DOCKER] Fix Dockerfile.demo_android (#6361)
2020-08-31 Chenfan[Ansor][AutoTVM v2.0] Phase 2: Update heavy operations...
2020-08-31 gigo[DOC] Fix mistyped word (#6362)
2020-08-29 Tianqi Chen[DOCKER] Use clear name that is separate from ASF brand...
2020-08-29 masahi[Torch] Add cast to double, fix flatten conversion...
2020-08-29 Junru Shao[Target][Codegen] Use target class in all codegens...
2020-08-28 Tianqi Chen[CMAKE] Compatible for ROCm before 3.7 (#6359)
2020-08-28 Max WillseyImprove Rust bindings: Map, Array, String, various...
2020-08-28 Dmitriy Smirnovquanitze operation expanded to take const argument...
2020-08-28 Andrew ReuschAdd docker/lint.sh, for running dockerized lint scripts...
2020-08-28 Andrew Liutypo (#6352)
2020-08-27 Cody Yu[Ansor][AutoTVM v2.0] Phase 2: Evolutionary Search...
2020-08-27 mbaret[BYOC][ETHOSN] Add support for quantized convolution...
2020-08-27 雾雨魔理沙[Relay][Training] Make AutoDiff thread through global...
2020-08-27 lhutton1[BYOC][ACL] Improved pooling support (#6248)
next