platform/upstream/tvm.git
2020-01-10 Ina Dobreva[Relay][Frontend][TFlite] Add parses support for SLICE...
2020-01-10 Christian Claussos.path --> osp to match the import (#4681)
2020-01-10 Christian ClaussGitHub actions/checkout@v1 --> v2 (#4680)
2020-01-10 abergeronAlso package core.rly (#4679)
2020-01-10 Tianqi Chen[CI] Bump to use the new cpu image (#4677)
2020-01-10 戚海涛fix topi.nn.global_pool layout="NHWC" (#4656)
2020-01-10 Tianqi Chen[CI] Update deps for chisel (#4675)
2020-01-10 Zhao Wu[CodeGen] Generate blob use LLVM directly (#4657)
2020-01-10 Liangfu Chen[VTA] Update docker for TSIM based simulation (#4674)
2020-01-10 Josh FrommAdded pool autopadding and simplified parsers. (#4672)
2020-01-10 Xingyu Zhoudownload fallback config file for search from tophub...
2020-01-09 Tianqi Chen[REFACTOR][IR] tvm::Expr -> PrimExpr(Primitive Expr...
2020-01-09 Trevor MorrisUse int for endch to fix portability issues regarding...
2020-01-09 Ina Dobreva[Relay][Frontend][TFlite] Add parses support for unary...
2020-01-09 Tianqi Chen[REFACTOR] relay::Module Def -> TypeDef (#4665)
2020-01-09 Josh Fromm[Relay/Topi][Op] 1D Pooling (#4663)
2020-01-09 Haichen Shen[Autotvm] Use VM compile to extract autotvm tasks ...
2020-01-09 Tianqi Chen[CI] Recover Windows Mac Build CI via Github Actions...
2020-01-08 optima2005[CONV] Reduce data size of asymmetric padding testcase...
2020-01-08 Tianqi Chen[REFACTOR][IR] Add Node suffix to low-level IR nodes...
2020-01-08 Zhireduce input size to fix oom (#4653)
2020-01-08 Haichen Shen[COMMUNITY] @MarisaKirisame -> committer (#4645)
2020-01-07 Tianqi Chen[RUNTIME][DSO] Improve TVMBackendPackedCFunc to allow...
2020-01-07 Animesh Jain[QNN] Channel wise quantization - Quantize & Requantize...
2020-01-07 Tianqi ChenResolve constexpr related link error in debug mode...
2020-01-07 Tianqi Chen[CI] better deletion script for pycache (#4635)
2020-01-06 Tianqi Chen[COMMUNITY] @wweic -> committer (#4636)
2020-01-06 Leandro Nunes[FRONTEND][Keras] Add support for tf.Keras networks...
2020-01-06 Leandro NunesUpdate image version tags in Dockerfile comments (...
2020-01-06 Leandro NunesPin python pillow to "<7" due to torchvision 1.2.0...
2020-01-06 Ramana RadhakrishnanImprove comments (#4633)
2020-01-06 Tianqi Chen[REFACTOR][IR] Introduce SeqStmt to replace ir::Block...
2020-01-06 optima2005[CONV] Asymmetric padding (#4511)
2020-01-06 Yao Wang[Topi]Allow empty tensor for reshape, tile and strided_...
2020-01-06 Tianqi Chen[REFACTOR] Automatically deduce function type signature...
2020-01-06 Tianqi ChenGet around limitation of g++-4.8 (#4626)
2020-01-06 Kevin YuanAdded declare of aluBits for TensorAlu (#4624)
2020-01-05 Zhitensor_array split test (#4619)
2020-01-05 Tianqi Chen[REFACTOR] IRPrinter->NodePrinter, move to node/printer...
2020-01-04 Tianqi Chen[REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL...
2020-01-04 Tianqi Chen[REFACTOR] Unified IR base types. (#4616)
2020-01-04 Tianqi Chen[REFACTOR][TYPE] Remove un-necessary var sub-field...
2020-01-04 Yao Wang[Relay][Pass]Improve memory_allocation pass to support...
2020-01-03 Zhi[relay][tensor_array] test tensor_array in vm (#4608)
2020-01-03 Zhiskip example json runtime test when config is not set...
2020-01-03 Tianqi Chen[CMAKE] Remove unecessary rdynamic (#4613)
2020-01-03 Liangfu Chen[VTA] Throw exception on mis-formatted files and avoid...
2020-01-03 Animesh Jain{QNN] Making scale/zero_points as expr instead of attrs...
2020-01-03 masahi[Quantization] Make calibration faster and more memory...
2020-01-03 Tianqi Chen[REFACTOR] Remove old Low-level Visitor/Mutator (#4612)
2020-01-03 masahi[TOPI, Relay] Add half_pixel option to Resize op (...
2020-01-03 Tianqi Chen[REFACTOR] Migrate Low-level IR Passes into the New...
2020-01-02 Tianqi ChenBugfix StmtMutator IfThenElse (#4609)
2020-01-02 Tianqi Chen[IR] Unify approach to Visitor/Mutator under Functor...
2020-01-01 optima2005[FRONTEND][TF] Add conv3d (#4604)
2020-01-01 Zhimake adt tag signed (#4605)
2019-12-31 ZhiSort VM stats by time (#4601)
2019-12-31 Tianqi Chen[REFACTOR][OBJECT] Consoldiate NodePtr/Ref/Hash/Equal...
2019-12-31 Zhi[relay][refactor] Cache Op::Get in passes to reduce...
2019-12-30 Animesh Jain[Relay][Convert Layout] Handling batch norm layout...
2019-12-30 Tianqi Chen[REFACTOR][RUNTIME] Update NDArray use the Unified...
2019-12-30 Zhifix codegenc (#4597)
2019-12-29 Leyuan Wang[Perf] Add CublasLt extern support for better Igemm...
2019-12-29 Neo Chien[GraphRuntime] Support parameter out in the graph runti...
2019-12-28 optima2005[FRONTEND][TF] conv2d_transpose 'SAME' support kernel...
2019-12-28 zhuochenfix tf.compat.v1 issue for tf verison <=1.12 (#4593)
2019-12-27 Wang Yucheng[autotvm] fix typos in comment (#4591)
2019-12-27 Zhao Wu (Chinese... [Runtime] add necessary const qualifier for NDArray...
2019-12-27 optima2005[TOPI] add 3D upsampling Op. (#4584)
2019-12-27 Animesh Jain[Relay][AlterLayout] Broadcast with scalar shape (...
2019-12-26 Animesh Jain[Relay] Convert Layout Pass. (#4335)
2019-12-26 deepIgnorance[FIX][TOPI][X86] schedule dense pack (#4539)
2019-12-26 黎明灰烬[TOPI][AutoTVM] NHWC conv2d templates for ARM (#3859)
2019-12-26 Zhao Wu[Container] Fix NDArray SaveDLTensor declaration and...
2019-12-26 masahi[Quantization, Calibrate] Fix context creation when...
2019-12-26 Wang Yucheng[DOCS]fix typos in autotvm tutorial (#4585)
2019-12-26 Yizhi Liu[NEWS] add v0.6 release (#4558)
2019-12-25 kiceSome Windows and MSVC fixes (#4569)
2019-12-25 Tianqi Chen[RUNTIME] Remove Extension VTable in favor of Unified...
2019-12-24 Tianqi Chen[DEPRECATION] Cleanup legacy verilog support (#4576)
2019-12-24 Bohan Hou[DOC] fix doc in api.py (#4580)
2019-12-24 Josh Fromm[Relay/Topi][Op] Added native DepthToSpace and SpaceToD...
2019-12-23 Tianqi Chen[DEPRECATION] Remove NNVM compiler (#4571)
2019-12-23 Dmitri MakarovFix llvm-enabled build by adding missing intrinsics...
2019-12-23 masahiremove unnecessary cast to int32 (#4573)
2019-12-23 Liangfu Chen[VTA][Chisel] End-to-end Inference with Chisel VTA...
2019-12-23 Tianqi ChenRemove nnvm (#4565)
2019-12-23 Yong Wu[Relay] add max_pool3d in relay and TF converter (...
2019-12-22 Tianqi Chen[TEST] Remove nnvm related code in topi and test script...
2019-12-22 Neo Chien[Relay][Frontend][ONNX] Support auto_pad in Conv and...
2019-12-22 Zhao WuSupport standardize runtime module (#4532)
2019-12-22 Tianqi Chen[REFACTOR][DTYPE] Isolate dtype to runtime (#4560)
2019-12-22 Tianqi Chen[RUNTIME][VULKAN] Fix compiler warning (#4559)
2019-12-22 Siyuan Feng[IR] fix style in ir_mutator and ir_visitor (#4561)
2019-12-21 Liangfu Chen[VTA] improved virtual memory mapping (#4545)
2019-12-20 Tianqi Chen[COMMUNITY] @cchung100m -> reviewer (#4557)
2019-12-20 Zhivm external codegen (#4544)
2019-12-20 Tianqi Chen[PYTHON][FFI] Cythonize NDArray.copyto (#4549)
2019-12-20 Hideto Ueno[DOCS] Mention Ninja build system in install/from_sourc...
2019-12-18 mbarrett97[TOPI] Fixed nms max_output_size loop (#4541)
next