platform/upstream/tvm.git
2020-04-03 Samuel[DOCSTRING]missing function parameters updated (#5228)
2020-04-03 Wei Pan[CodeGen][CUDA] Fix bugs (#5209)
2020-04-02 Tianqi Chen[REFACTOR] tvm.hybrid -> te.hybrid (#5223)
2020-04-02 Tianqi Chen[DOCS] Misc docs improvements (#5222)
2020-04-02 Samuel[PYTORCH]AvgPool3d, MaxPool3d and Squeeze op support...
2020-04-02 Tianqi Chen[REFACTOR][TIR] Migrate low-level pass functions to...
2020-04-02 Tianqi Chen[TIR] Introduce BufferLoad/Store (#5205)
2020-04-02 Haozheng Fan[TIR][PASS] dtype rewrite for indexing variables (...
2020-04-02 Zhi[Runtime][Object] expose runtime::String to Python...
2020-04-02 Zhi[REFACTOR][IR] kExternalSymbol -> kGlobalSymbol (#5211)
2020-04-02 Jeremy Johnson[Frontend][Torch] Fix up graph input handling (#5204)
2020-04-02 Wei Pan[Debug] Add Dump function for Object type (NFC) (#5207)
2020-04-02 Tianqi Chen[DOCS] Reduce artifcats generated by sphinx gallery...
2020-04-02 Tianqi Chen[REFACTOR][TIR] Introduce ExprDeepEqual, Remove IRDeepC...
2020-04-01 mbaret[RELAY] Fixes to MergeCompilerRegions (#5195)
2020-04-01 MORITA Kazutaka[FRONTEND][MXNET] Use leaky by default for LeakyReLU...
2020-04-01 Samuel[PYTORCH]Dropouts And InstanceNorm support added (...
2020-04-01 Samuel[BUGFIX]bugfix in tensorflow space_to_batch_nd (#5175)
2020-04-01 Tianqi Chen[DOCS] Use https link (#5183)
2020-04-01 manupa-arm[RELAY] Partition graph codestyle fixes (#5202)
2020-04-01 Samuel[PYTORCH]Activations for pytorch (#5194)
2020-04-01 Tianqi Chen[REFACTOR][TIR] Migrate Low-level Passes to Pass Manage...
2020-03-31 Animesh Jain[Topi x86] Missing vectorize for depthwise conv2d....
2020-03-31 manupa-arm[RELAY] Re-wrote the Graph Partitioner to support multi...
2020-03-31 Thomas Viehmannrocm: fix dense_rocblas in strategy, topi (#5191)
2020-03-31 Wang Yucheng[Torch] Add support for split (#5174)
2020-03-31 Samuel[FRONTEND][KERAS]Max_pool3d and Averagepool3d operator...
2020-03-31 Thierry Moreau[VTA] HW sources refactor (#5188)
2020-03-31 Andrew ReuschAdd warning about nnpack installing googletest (#5185)
2020-03-31 hlu1[TVM] ref_counter -> ref_counter_ (#5184)
2020-03-31 Yizhi Liu[TE] reverse-mode autodiff without any optimization...
2020-03-31 Animesh Jain[TOPI] Setting workload correctly for Depthwise conv...
2020-03-30 Tianqi Chen[TEST] Various CI fixes for the VTA and Relay (#5181)
2020-03-30 Thomas Viehmannrocm: fix miopen convolutions (#5179)
2020-03-30 Tianqi Chen[DOCS] Point docs to the ASF site. (#5178)
2020-03-30 mbaret[RELAY] Add MergeCompilerRegions pass (#5134)
2020-03-30 Samuel[TFLITE]TOP_K op parser support (#5051)
2020-03-30 ga[Dataflow]: nullptr check (#5176)
2020-03-30 Mehrdad Hessar[Runtime][MISRA-C][Bundle] Bundle deployment with stati...
2020-03-30 Leandro NunesCreate a new parameter --cache-from in tvm/docker/build...
2020-03-30 Tianqi Chen[CI] Improve VTA build message and scripts. (#5170)
2020-03-30 lfengadAdd support for sharing params of operators in tensorfl...
2020-03-30 Tianqi Chen[DOCS] Various sphinx related fix. (#5168)
2020-03-30 Zhiremove AttrsEqual and AttrsHash related code (#5169)
2020-03-29 Zhirelay::StructuralHash to tvm::StructuralHash (#5166)
2020-03-29 Zhi[REFACTOR][IR] alpha_equal to structural_equal (#5161)
2020-03-29 Tianqi Chen[CI] Move build configuration to shell scripts (#5164)
2020-03-29 Tianqi Chen[BUILD] Fix VTA build in CI (#5165)
2020-03-29 Thierry Moreau[VTA][Refactor] Introducing VTA_HW_PATH for easier...
2020-03-28 Tianqi Chen[NODE][IR] Introduce StructuralHash for the Unified...
2020-03-28 Tianqi Chen[NODE][IR] Introduce StructuralEqual Infra for the...
2020-03-28 Josh Fromm[Relay][Frontend][Pytorch] Fixed ConvTranspose2D parsin...
2020-03-28 shoubhikAdding support for QNN subtract op (#5153)
2020-03-27 Shawn-Inspur[TOPI][Tensor Core] Conv2d and Dense ops support on...
2020-03-27 mbaret[External Codegen] Fix annotate pass static variable...
2020-03-27 Trevor Morris[Relay][MergeComposite] Support TupleGetItem in body...
2020-03-26 Samuel[RUNTIME]crt error handling (#5147)
2020-03-26 Selo1412[Relay][OP] Register topi schedule for Relay fast_exp...
2020-03-26 Yizhi Liu[Doc] TVM release process (#5151)
2020-03-26 mbaret[RELAY] Added a AnnotatedRegion utility class (#5030)
2020-03-26 Zhao Wu[Strategy][ARM CPU] Remove contrib spatial pack schedul...
2020-03-26 Ruizhe ZhaoHandle empty LLVMModule in GetFunction (#5146)
2020-03-25 Wuwei Lin[Tutorial][Quantization] Fix incorrect name of calibrat...
2020-03-25 ANSHUMAN TRIPATHYDuplicate likely nodes added when loop axis split uneve...
2020-03-24 Wang Yucheng[Torch] Add support for max_pool1d (#5142)
2020-03-24 masahi[Torch] Fix conv2d conversion for group conv (group...
2020-03-24 Tianqi Chen[REFACTOR][TIR] Introduce PrimFuncPass. (#5139)
2020-03-24 windclarion[RUNTIME]fix unused-value warning (#5140)
2020-03-24 Tianqi Chen[CI] Update rust docker (#5141)
2020-03-24 Andrew Liu[Relay] GradientCell Relay Pass (#5039)
2020-03-24 Jared RoeschChange Rust version to stable in Docker (#5138)
2020-03-24 shoubhikFix for issue #4831. The data_min_idx and data_max_idx...
2020-03-23 Leyuan WangAdd thrust support for nms (#5116)
2020-03-23 Zhi[Refactor] Relay Node::make to constructor (#5128)
2020-03-23 Tianqi Chen[DOCS] Minimize necessary doc change (#5129)
2020-03-23 Yao Wang[Frontend][TensorFlow]TensorFlow Parser Control Flow...
2020-03-23 pankratz[Bugfix] Fixed bug where shifting by out-of-bounds...
2020-03-23 Mahesh Ambule[Relay, Topi, TF Frontend] Isfinite operator (#4981)
2020-03-23 Mahesh Ambule[Relay, Topi] [TF, MXNet] Unravel Index operator (...
2020-03-23 Tianqi Chen[DOCS] Cleanup docs before rebuild (#5127)
2020-03-23 Neo Chien[DOC][TUTORIAL] Fix typo for deploy_model_on_android...
2020-03-22 Wei Pan[CodeGen][CUDA] Vectorization for intrinsics (#5101)
2020-03-22 Haichen ShenAdjust strategy plevel to achieve expected performance...
2020-03-22 Jared Roesch[Rust] Fix the existing test cases before refactoring...
2020-03-22 Tianqi ChenUpdate the tarball deployment. (#5120)
2020-03-22 Tianqi Chen[DOCS] include a tarball of docs, add a security faq...
2020-03-21 Samuel[KERAS] conv3d frontend operator support (#5080)
2020-03-21 Zhi[docs] Update relay docs (#5112)
2020-03-21 Yagna Srinath... TVM android camera demo (#5005)
2020-03-20 Andrew Liu[Relay][TF] Support for Atan/Atan2 in Relay Tensorflow...
2020-03-20 masahi[TOPI, Relay refactor] Move Dilation2d from nn to image...
2020-03-20 Zhi[Relay][BYOCG] Propagate constant to subgraphs (#5094)
2020-03-20 Zhi[Fix] Fix CompilerAttrs (#5109)
2020-03-20 MORITA Kazutaka[TOPI][OP] Use Thrust sort for argsort and topk (#5097)
2020-03-20 Haichen Shen[AutoTVM] Temporary fix to the stack overflow issue...
2020-03-20 yongfeng-nvAdd colors to compute_at edges and thread/block indices...
2020-03-20 Tianqi Chen[TIR][TARGET] Refactor Target codegen to use IRModule...
2020-03-19 masahi[Torch] Add initial 3D op support and test on Resnet...
2020-03-19 Haichen Shen[DOC] Add doc for Relay op strategy (#5078)
2020-03-19 Neo Chien[Relay][Frontend][ONNX] operator support NonZero (...
next