platform/upstream/tvm.git
2020-04-10 Samuel[PYTORCH]Repeat, Reciprocal & Reshape Op support (...
2020-04-10 MORITA Kazutaka[FRONTEND][TENSORFLOW] Fix gather_nd indices (#5279)
2020-04-10 weiliangweiliangUpdate device_annotation.cc (#5291)
2020-04-10 Zhi[REFACTOR][IR] Move to runtime::String (#5276)
2020-04-10 hlu1[NDArray] Set shape_ in NDArray::FromDLPack (#5301)
2020-04-10 Krzysztof Parzyszek[RUNTIME] Initial implementation of Hexagon runtime...
2020-04-10 Cody Yu[BYOC] Refine DNNL Codegen (#5288)
2020-04-10 shoubhikAdding support for TFLite QnnSub operator. (#5230)
2020-04-10 Tianqi Chen[NODE] General serialzation of leaf objects into bytes...
2020-04-10 Animesh JainLegalize - Use Non-recursive Rewriter. (#5296)
2020-04-10 Yizhi Liu[Node] Provide guide to user who has difficulty registe...
2020-04-10 Samuel[TENSORFLOW]reduce ops updated (#5180)
2020-04-10 yongfeng-nvCreate loops according to storage scope and thread...
2020-04-10 Tianqi Chen[CI] Temporary disable CRT test (#5297)
2020-04-09 Tianqi Chen[BUGFIX] Fix CRT static test bug (#5293)
2020-04-08 Zhi[BUGFIX][IR] Fix String SEqual (#5275)
2020-04-08 Luis Vegaupdate compiler version in docs (#5281)
2020-04-08 Haichen Shen[LINT] Remove scalalint from lint deps (#5269)
2020-04-08 Krzysztof Parzyszek[LLVM] Include Support/Host.h for declaration of getDef...
2020-04-08 Samuel[PYTORCH]celu, gelu, selu activations (#5263)
2020-04-08 mbaret[RELAY][BYOC] Add support for composite functions in...
2020-04-07 tobe[RUNTIME] Implement TVMDSOOp(TensorFlow custom op)...
2020-04-07 Krzysztof Parzyszek[LLVM] Do not use x86_vcvtph2ps_256 intrinsic with...
2020-04-07 Tianqi Chen[RUNTIME] Quick fix PackedFunc String passing (#5266)
2020-04-07 Krzysztof Parzyszek[LLVM] Use llvm::ElementCount with LLVM 11+ when creati...
2020-04-07 Krzysztof Parzyszek[LLVM] Use llvm::Align with LLVM 11+ to avoid warnings...
2020-04-07 Liangfu Chen[uTVM][Runtime] Introduce Virtual Memory Allocator...
2020-04-07 Haichen Shen[Relay][OP] Add fast_erf implementation (#5241)
2020-04-07 Tianqi Chen[TIR] Fix perf regression of tir refactor (#5258)
2020-04-07 Adrian MuresanFixed typo and type mismatch (#5259)
2020-04-07 Samuel[Pytorch]layernorm bug fix and testcase updated (#5257)
2020-04-07 Samuel[TFLITE]Hard Swish & MobilnetV3 model testing (#5239)
2020-04-07 Pratik Fegade[TE] Minor bugfix in message_passing.cc (#5254)
2020-04-06 Haichen Shen[Topi] Breakdown topi.cc into smaller files (#5253)
2020-04-06 Samuel[PYTORCH]LayerNorm support added (#5249)
2020-04-06 Tianqi Chen[RUNTIME] Enable auto conversion from str to runtime...
2020-04-06 Tang, Shizhifix lower_warp_memory (#5247)
2020-04-06 chinakookfix to skip node not in graph. (#5238)
2020-04-06 Haichen Shen[CI] Update MxNet to 1.6.0 with MKL (#5240)
2020-04-06 Haichen Shen[Runtime][Contrib] Support cudnn softmax (#5214)
2020-04-05 Josh Fromm[Relay][Topi][AutoTVM] Winograd support for Conv3D...
2020-04-05 ga[Fix][VM] Fix copy constructor (#5237)
2020-04-05 Yao Wang[Relay][ADT]Static Tensor Array (#5103)
2020-04-05 Tianqi Chen[REFACTOR][TIR] Migrate all low-level passes to the...
2020-04-04 Samuel[ONNX]Pool3d & upsample3d op support (#5135)
2020-04-04 Yao WangFix intel conv2d auto tune (#5200)
2020-04-04 Tang, Shizhi[TE] Support mixing normal and cross-thread reduction...
2020-04-03 Tianqi Chen[REFACTOR][TIR] Migrate most of low-level build to...
2020-04-03 Tianqi Chen[PYTHON] Make IntImm more like an integer (#5232)
2020-04-03 Matthew Brookhart[RELAY] Non-recursive Graph Vistor and Rewriter (#4886)
2020-04-03 Animesh Jain[TOPI x86] Adding unroll_kw config option for depthwise...
2020-04-03 mbaret[RELAY][FIX] Fix hang in MergeCompilerRegions (#5227)
2020-04-03 Samuel[KERAS]Upsample3d & ZeroPadding3d op (#5125)
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)
next