platform/upstream/tvm.git
2019-10-24 optima2005[Documentation]Fix example code in comment of tvm.build...
2019-10-24 Yao WangSplit adaptive_pool2d_avg into sum and div (#4186)
2019-10-24 Jon Soifer[cmake][ANTLR] Support setting path to ANTLR jar (...
2019-10-24 Tianqi ChenRevert "[Relay][QNN] Add unit test for int8 (#4159...
2019-10-24 Jon Soifer[DOCS] Add TensorFlow frontend docs (#4154)
2019-10-23 Bjarke Hammersholt... Add support and testing for tf.assert (as no-op) and...
2019-10-23 Yizhi Liu[rpc] use callback func to do send & recv (#4147)
2019-10-23 Wei Chen[Pass] Remove dead code (#4177)
2019-10-22 Jon Soifer[Relay][Frontend][TF] Fix Size operator (#4175)
2019-10-22 mbarrett97[TOPI] Added support for Mali Bifrost target (#4047)
2019-10-22 Cody Hao Yumerge extract_from_program and extract_from_multiple_pr...
2019-10-22 Altan Haanadd missing gradient check to gradient pass (#4169)
2019-10-22 Zhi[relay][vm] Reuse allocated device memory (#4170)
2019-10-21 Zhi[Relay][QNN] Add unit test for int8 (#4159)
2019-10-21 Haichen Shen[Relay][Pass] Count MAC for BatchMatMul (#4157)
2019-10-21 MonkeykingFix missspelling (#4166)
2019-10-21 ekaldaAdd support for quantized multiply to Relay (#4141)
2019-10-21 Tianqi Chen[CI] Move golang tests to the end (#4164)
2019-10-21 Tianqi Chen[REFACTOR][NODE][RUNTIME] Move Node to the new Object...
2019-10-20 Haichen Shen[Runtime] Enable option to use OpenMP thread pool ...
2019-10-20 Wei Chen[Refactor] Rename Datatype to ADT (#4156)
2019-10-18 Tianqi Chen[CI] Update cpu docker (#4153)
2019-10-18 Yao WangAdd lift_if_then_else pass (#3865)
2019-10-18 Animesh Jain[QNN][TFLite] Parsing QNN Add op. Adding MobilenetV2...
2019-10-18 Tianqi Chen[CI] Pin NNPack pthreadtools version (#4152)
2019-10-18 Gus SmithFix typo (#4144)
2019-10-18 Wei Chen[Relay][Frontend][TF] Add tensor array ops (#3798)
2019-10-17 Zhi[relay][vm] Separate VM runtime with executable (#4100)
2019-10-17 lhutton1[PATCH] Fix undefined __floatdihf in libtvmruntime...
2019-10-17 Marcus Shawcroft[DOCKER] Pin torchvision==0.4.1 (#4140)
2019-10-17 Animesh Jain[TOPI][x86] Cascade lake support. (#4123)
2019-10-17 Logan Weber[Relay] Improve build error when no lowered funcs are...
2019-10-16 Tianqi Chen[RUNTIME] Refactor object python FFI to new protocol...
2019-10-16 Tianqi ChenUpdate PULL_REQUEST_TEMPLATE.md
2019-10-16 shoubhikAdding support for dequantizing from int32 to float32...
2019-10-16 Altan Haan[Relay][Training] Add and fix gradients (#4126)
2019-10-16 Animesh Jain[QNN] Change default rouning to UPWARD. (#4131)
2019-10-15 shoubhikFix infer type of kernel in dense. (#4125)
2019-10-15 Animesh Jain[Relay][AlterOpLayout] NHWC to NCHWc pad operator....
2019-10-15 Sergei Grechanik[ARITH] Fix lowering of floormod(x, y) != 0 (#4127)
2019-10-15 Tianqi Chen[RFC][RUNTIME] Introduce new object protocol. (#4115)
2019-10-15 Animesh Jain[Relay][Topi] Disable conv NHWC pack int8. (#4038)
2019-10-14 Tianqi ChenUpdate task_cpp_unittest.sh
2019-10-14 Tianqi ChenRevert ci-cpu due to nnpack issue (#4124)
2019-10-14 Animesh Jain[QNN][TFLite] Parsing TFLite quantized models. (#3900)
2019-10-14 Tianqi Chen[CI] Update ci-cpu to latest (#4121)
2019-10-13 Leo Chenadd dependency of compilation with LLVM (#4117)
2019-10-13 Ina DobrevaAdd parser support for CAST tflite operator (#4096)
2019-10-12 Thierry Moreauadding soiferj to the list of reviewers (#4108)
2019-10-11 Xingyu Zhou[codegen] Add multiple operands and function support...
2019-10-11 Haichen Shen[Fix] Fix a few bugs when dtype is fp16 (#4088)
2019-10-11 Zhi[tvm][any] broadcast with values other than one (#3967)
2019-10-11 Peter Yehforce code object v2 for amd gpu backend (#4099)
2019-10-11 Chien-Yu LinTutorial: update Building a Graph Convolutional Network...
2019-10-11 Animesh Jain[Relay][AlterOp] NHWC to NCHWc support for Pool, pad...
2019-10-10 Philip Hyunsu Cho[TOPI] FIFO buffer op, to accelerate sequence modeling...
2019-10-10 Benjamin Tu[VTA][TSIM] Serial GEMM Application Added (#4082)
2019-10-10 LiangHaoAdd a python tutorial of deploying tvm module with...
2019-10-10 Leyuan Wangcorrect error (#4093)
2019-10-10 shoubhik- Adding support for Mxnet flavored dequantization...
2019-10-10 Yida Wang[Fix] Fix the logic of the number of nodes checking...
2019-10-10 Aniket RangrejFixing tensor not found issue in bitserial operator...
2019-10-10 Marcus Shawcroft[DOCKER] torch install depends on future package (...
2019-10-10 Wei Chen[Relay][VM] Fix constant folding issue in VM compiler...
2019-10-09 Leyuan Wang[TOPI] Add valid auto tvm for Intel Graphics (#4078)
2019-10-09 Andrew Tulloch[TVM] Rewrite simplification rule to eliminate unnecess...
2019-10-09 Zhi[relay] Small refactor for context (#4091)
2019-10-09 Animesh Jain[TOPI][X86] Pool operator parallel support. (#4090)
2019-10-08 Yizhi Liu[topi] enable fp16 sort for arm (#4084)
2019-10-08 Umang Yadav[ARITH] Add floordiv for the deduce bound (#4025)
2019-10-08 Attila DusnokiFix wrong n_trial number in autotvm tutorials' progress...
2019-10-08 Hua Jiang[VTA] hotfix for de10-nano driver (#4081)
2019-10-08 mbarrett97[CodeGen] Disable -mfloat-abi hard option for LLVM...
2019-10-08 Animesh Jain[AlterOpLayout][x86] NHWC to NCHWc conv support. (...
2019-10-08 Haichen Shen[Fix][VM] Fix VM invoke with set_params (#4079)
2019-10-08 Wuwei Lin[QNN] Refactor fixed point multiplication in requantize...
2019-10-07 Logan WeberFix match case in Python-side expr functor (#4037)
2019-10-07 ndlHide symbols from dependent libraries if HIDE_PRIVATE_S...
2019-10-07 雾雨魔理沙Add gradient for log-softmax (#4069)
2019-10-07 Bohan Hou[DOC] Fix typos in tutorials (#4066)
2019-10-07 Chengji Yaodicrease the complexity of CalcDep from exponential...
2019-10-06 Animesh Jain[Relay][AlterOp] Minor refactor. (#4064)
2019-10-06 Animesh Jain[Relay][AlterOp] Improving support for broadcast layout...
2019-10-06 Ina DobrevaAdd parses support for zeros_like tflite operator ...
2019-10-06 Yong Wu[Bugfix][TF] reset graph after getting tag of savedmode...
2019-10-05 Wei Chen[Relay][VM] Add more passes to VMCompiler (#4058)
2019-10-05 Wei Chen[Relay][VM] Add autotvm context when compile (#4062)
2019-10-05 Haichen Shen[Bugfix] Fix target host for vm compiler (#4057)
2019-10-05 雾雨魔理沙[Relay][Training] Add gradient for Crossentropy (#3925)
2019-10-04 Yizhi Liu[llvm] switch to use Align for llvm trunk (#4051)
2019-10-03 Jon Soifer[Relay][TopHub] Add switch to disable TopHub download...
2019-10-03 bindog[Relay][Op] Add instance norm op (#4004)
2019-10-02 Animesh Jain[QNN][Relay] Calling Dialect passes from inside Relay...
2019-10-02 Umang Yadav[RELAY/PASS] Fix the extent for the post_stmt in the...
2019-10-02 Wei Chen[TF][Op] Op where (#4045)
2019-10-01 Cody Hao YuFix split's last factor issue (#4044)
2019-10-01 Tianqi Chen[COMMUNITY] ajtulloch -> committer (#4043)
2019-10-01 Wei Chen[TOPI]Add op argwhere (#3994)
2019-10-01 Yizhi Liu[topi] add ARM v8.2 udot (uint8) support (#3978)
2019-09-30 Tianqi Chen[COMMUNITY] anijain2305 -> reviewer (#4036)
next