platform/upstream/tvm.git
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 (...
2020-03-19 Animesh Jain[ConvertLayout] Support QNN ops. (#5066)
2020-03-18 Tianqi Chen[TUTORIAL] Fix vta tutorial after relay function refact...
2020-03-18 masahi[Torch, QNN] Add missing upcast to uint8 avg_pool conve...
2020-03-18 lhutton1[RELAY] Codegen_c.h should include relay.function ...
2020-03-18 SamuelDescription updated for pooling attributes (#5091)
2020-03-18 MORITA Kazutaka[CODEGEN][OPENCL] Explicitly cast min/max operands...
2020-03-18 Zhicreate function.py (#5087)
2020-03-18 ZhiReplace UseDefaultCompiler with GetAttr (#5088)
2020-03-17 Tianqi ChenChange Azure pipeline badge to GH actions (#5081)
2020-03-17 Tianqi Chen[RELAY][PY] Fix relay node registration after refactor...
2020-03-17 Zhi[Refactor][Relay] Refactor Relay Python to use new...
2020-03-17 Mahesh Ambule[Relay, TF Frontend] Dilation2D operator support (...
2020-03-16 Samuel[TFLITE]DepthToSpace and SpaceToDepth support (#5041)
2020-03-16 SamuelTensorflow script upgrade from 1.13.1 to 2.0.0, so...
2020-03-16 Ruizhe ZhaoReturn empty CSourceModule when no lowered_funcs exists...
2020-03-16 Yizhi Liu[Team] jwfromm -> reviewer (#5076)
2020-03-15 Tianqi Chen[IR] Update the type_keys to reflect the code-org ...
2020-03-15 masahi[Relay, TOPI] Refactor Adaptive pool and add 3d support...
2020-03-15 ojotoxyAdd support for FusedBatchNormV3 (#5065)
2020-03-15 Tianqi Chen[TESTS] Triage the testcases to fit the the new namespa...
2020-03-14 Tianqi Chen[TIR] Introduce tir::PrimFunc (#5070)
2020-03-14 Jared Roesch[COMMUNITY] Add @abergeron -> reviewer (#5064)
2020-03-13 masahi[Torch, QNN] Remove FP32 piggy back and use QNN add...
2020-03-13 Bernhard[Relay][AutoTVM] Bug Fix for ARM CPUs. Lower strict...
2020-03-13 anwang2009[Relay][Pass] Add submodule extraction pass (#4960)
2020-03-13 zhen-jia[Graph tuner]Add opt out operator for has_multiple_inpu...
2020-03-13 Tianqi Chen[DOCS] Move git_howto to rst, add Stage documents to...
2020-03-13 Tianqi Chen[PY] Require python3.6 (#5057)
2020-03-13 Andrew Liumaintenance (#5058)
2020-03-12 Tianqi Chen[Bugfix][IR][ATTRS] Fix AttrEqual for Array and StrMap...
2020-03-12 Tianqi Chen[C++] Require c++14 by default (#5056)
2020-03-12 Marcus ShawcroftCI: Install apt-transport-https (#5053)
2020-03-12 Haichen Shen[Autotvm] Fix autotvm customized template (#5034)
2020-03-12 Animesh Jain[Strategy] Support for Int8 schedules - CUDA/x86 (...
2020-03-12 ANSHUMAN TRIPATHY[1] Test case modified for int type (#5012)
2020-03-12 pankratzFixed div by zero core dump. Fixed rounding intrinsics...
2020-03-12 Tianqi Chen[REFACTOR] Streamline Function Attr interface. (#5045)
2020-03-12 Samuel[TFLITE][FRONTEND]Reduce_any op parsing support (#4926)
2020-03-12 Samuel[TFLITE]Round op parsing support added (#5022)
2020-03-12 Fernand PajotSupport for AddV2 in Relay Tensorflow frontend converte...
2020-03-12 yongfeng-nvSet split node's range to minimum of ext and split...
2020-03-12 Thierry Moreau[VTA] VTA hardware/software codebase re-org (#5037)
2020-03-12 Zhi[refactor][relay pass] Separate analysis and transform...
2020-03-11 Wei Chen[Object] Add String container (#4628)
2020-03-11 ANSHUMAN TRIPATHYConditions updated to cover better user scenarios[Re...
2020-03-11 Wei Chen[Relay][VM] Fix compilation of If-Elses (#5040)
2020-03-11 Matthew BrookhartConv3D ONNX support and conv3D_ncdhw x86 schedules...
2020-03-11 Bing Xu[Intrin] Adding a few missing math intrin (#5011)
2020-03-11 Lianmin ZhengRevert "Tighten split's extent (#4931)" (#5027)
2020-03-11 Tianqi ChenRevert "Conditions updated to cover better user scenari...
2020-03-11 Animesh Jain[QNN] Support 4D padding. (#5036)
2020-03-11 Samuel[TFLITE]Activation functions support (#4978)
2020-03-11 Wei Pan[CodeGen][CUDA] Enhance CUDA codegen for SelectNode...
2020-03-11 notoraptor[topi][relay] new PR to re-add tan to TVM (#5025)
2020-03-10 Tianqi Chen[CI] Temporary disable rust test (#5029)
2020-03-10 masahi[Torch] Add initial control flow support (#4964)
2020-03-10 Yao WangRevert "[topi][relay] add operation tan to TVM (#4938...
2020-03-10 lhutton1[RELAY] Remove primitive attribute from composite funct...
2020-03-10 ANSHUMAN TRIPATHYEarly checking added and new test cases added for sched...
2020-03-10 jmorrillImplemented kDLCPUPinned (cudaMallocHost) (#4985)
2020-03-10 Jared RoeschRevive the Rust + SGX refactor (#4976)
2020-03-10 masahi[REDO AFTER GH BUG] Add support for quantized models...
2020-03-09 Animesh JainRevert "[Torch, QNN] Add support for quantized models...
next