platform/upstream/tvm.git
2019-09-01 Neo ChienImplementation of tile for TFLite (#3814)
2019-09-01 Haichen Shen[Relay][Any] Add shape func for dynamic shape (#3606)
2019-09-01 Alexey Golunov[NNVM][FRONTEND][ONNX] Fix PReLU conversion (#3813)
2019-09-01 Josh Fromm[Relay] Bitserial ops (#3844)
2019-09-01 Neo ChienAdd not operator for the frontend/onnx.py (#3836)
2019-09-01 Luis Vega[VTA][TSIM] add virtual memory support to tsim example...
2019-08-31 SWuImprove numerical gradient check (#3856)
2019-08-31 Alexander PivovarovAdd more cases to keras _convert_reshape (#3846)
2019-08-31 Animesh Jain[QNN] Concat - Refactoring to C++ (#3819)
2019-08-30 Animesh Jain[Relay][QNN] Moving Conv, Dense, Concatenate InferTypes...
2019-08-30 Animesh Jain[Relay][QNN] QNNtoRelay & QNNLegalize Pass utility...
2019-08-30 Andrew Tullochcodegen_spirv support Call::reinterpret (#3795)
2019-08-29 Hua Jiang[VTA] Infinite recursive device_api.ext_dev call fix...
2019-08-29 Hua Jiang[VTA] Fix RewriteForceSerial Function logic issue....
2019-08-29 Wuwei Lin[Relay] Conv2d grad (#3636)
2019-08-29 Alexander PivovarovAdd build_create_shared_func to tvm/contrib/cc.py ...
2019-08-29 Marcelo Duarte... Improvements in conda recipe (#3791)
2019-08-29 Neo Chien[TEST] Not assuming HOME in tvm/download.py (#3803)
2019-08-29 hlu1[runtime] reduce set_input and set_input_zero_copy...
2019-08-29 lixiaoquan[TensorFlow] Fix limitation that depth_mult can only...
2019-08-29 Jon SoiferSupport MKL on Windows (#3837)
2019-08-28 Cody Hao Yu[AutoTVM] Fix database APIs (#3821)
2019-08-28 Yong Wu[Relay][Keras] Dot (#3668)
2019-08-28 Yong Wu[Bugfix][Keras] axis of softmax (#3834)
2019-08-27 Liangfu Chen[VTA] Parameterization and bug fix in TensorLoad module...
2019-08-26 Yixing Jiangupdate docs for installation for CUDA (#3832)
2019-08-26 Xingjian ShiFix inconsistent python/cpp API behavior for if_then_el...
2019-08-26 Liangfu Chen[VTA][TSIM] Introduce Virtual Memory for TSIM Driver...
2019-08-24 Neo ChienFix code comment of operators (#3830)
2019-08-23 tristan-armFixed repo change for llvm-9 to resolve missing depende...
2019-08-23 Haibin LinUpdate hybrid_script.rst (#3799)
2019-08-23 Animesh Jain[Legalize][QNN] Pass out_types to Legalize. Update...
2019-08-23 Tianqi Chen[CODE] Halide attributions (#3824)
2019-08-23 雾雨魔理沙[Relay] Fix typo in parser (#3785)
2019-08-22 lixiaoquan[TVM] Fix warnings (#3817)
2019-08-22 Jon Soifer[TOPI][Relay][TensorFlow] Add OneHot operator (#3781)
2019-08-22 Josh FrommChanged topi cc resize to python implementation with...
2019-08-21 Jon Soifer[TOPI] Use cblas for dense and batch_matmul when "cblas...
2019-08-21 Wei Chen[Relay][VM]VM Profiler (#3727)
2019-08-21 Peter Yehadd gfx906 bc (#3808)
2019-08-20 Bing Xu[dep] psutil (#3780)
2019-08-20 Tianqi Chen[CI] Temporary disable rust test (#3809)
2019-08-19 Zhao Wu[CI] Solve occasional CI issue when pad value is all...
2019-08-19 Neo Chien[Relay][Frontend][TFLite] transpose implementation...
2019-08-19 tristan-armFixed onnx test failures when run on a cpu backend...
2019-08-19 Zhao Wu[CoreML] Solve CoreML frontend issue of image scaler...
2019-08-19 Wuwei Lin[TOPI, CUDA] Improve conv2d_transpose schedule template...
2019-08-18 Liangfu Chen[VTA][TSIM] parallel TSIM hardware compilation with...
2019-08-17 ziheng[Community] Hao Lu -> Committer (#3789)
2019-08-17 Wuwei LinFix ArgBinder assert order (#3794)
2019-08-16 ziheng[BUGFIX] Fix for NoneType Target (#3792)
2019-08-16 Wuwei Lin[Relay][Quantization] Fix out-of-date realize (#3790)
2019-08-16 shoubhikQNN quantize and dequantize operators. (#3745)
2019-08-15 Jon Soifer[Relay][Frontend][ONNX] Add Sign and Equal operators...
2019-08-15 ziheng[QUANTIZE] Refactor quantization codebase and fix model...
2019-08-15 Animesh Jain[QNN] InferType changes that missed CI. (#3779)
2019-08-14 Animesh Jain[QNN] Concatenate operator (#3730)
2019-08-14 Animesh Jain[Relay][Legalize][ARM_CPU] Handling NHWC layout for...
2019-08-14 Luis Vega[VTA][Chisel] scale dram base address in hardware inste...
2019-08-14 Thierry Moreaufix dense tuning (#3768)
2019-08-14 雾雨魔理沙fix (#3769)
2019-08-14 Jon Soifer[Relay][Frontend][TensorFlow] Support BatchMatMul with...
2019-08-13 Benjamin Tusyntax fix (#3765)
2019-08-13 Luis Vega[VTA][Chisel] run all unittests by default (#3766)
2019-08-13 Zhifix some pass docs (#3767)
2019-08-13 Thierry Moreau[VTA][TSIM][Build] Towards TSIM CI testing (#3704)
2019-08-13 Benjamin Tu[VTA] [Chisel] Improved Data Gen, Added ALU Test (...
2019-08-13 pzqfix mistype (#3763)
2019-08-13 Sergei Grechanik [ARITH] Simplify casts of constants 0 and 1 (#3758)
2019-08-13 Josh Fromm[Relay] SpaceToDepth and MirrorPad Operators (#3718)
2019-08-12 Christian SarofeenDon't replace reduction init axis with new axis if...
2019-08-12 Yizhi Liu[Bugfix] tvm.scan follow by tvm.compute segfault (...
2019-08-12 Neo ChienFix the potential index overflow (#3751)
2019-08-12 Logan WeberRevert compile_cmd kwarg name change (#3746)
2019-08-12 Haichen Shenadd reviewer (#3755)
2019-08-11 Yao WangImprove graph tuner dealing with Tuple (#3649)
2019-08-11 Lianmin Zheng[TOPI] Update tophub according to the fix in schedule...
2019-08-11 雾雨魔理沙[Relay] Fix Partial Evaluator, Add stricter checking...
2019-08-09 Henryuse pip3 for python3 (#3742)
2019-08-09 雾雨魔理沙[Relay] [Training] Fix ad for concatenate (#3729)
2019-08-09 雾雨魔理沙 Fix typo in ir_pass.h (#3741)
2019-08-08 Benjamin Tu[VTA] [Chisel] Bug fix for VME Shell (#3737)
2019-08-08 Tianqi Chen[CI] Update docker image ci_cpu,i386 to include verilat...
2019-08-08 Animesh Jain[QNN] Requantize operator (#3531)
2019-08-08 Marcus Shawcroft[DOCKER] Fix missing apt https transport support (...
2019-08-07 Nick HynesRemove sccache from Rust install (#3728)
2019-08-07 Yulun YaoTutorial: Build a Graph Convolutional Network on TVM...
2019-08-07 Thierry Moreau[VTA][Dockerfile] Chisel dependencies for TSIM CI ...
2019-08-07 Umang YadavTake zero extent loops as NoOp and remove it and add...
2019-08-07 Haichen Shen[Relay/TOPI][Op] Add variance and layer norm op (#3700)
2019-08-07 Haichen Shen[Frontend][MXNet] Fix mxnet converter for hybridblock...
2019-08-07 雾雨魔理沙fix name (#3719)
2019-08-06 Animesh Jain[Relay] Legalize pass (#3672)
2019-08-06 mingwayzhangFix (2/2) [TOPI] conv2d schedule code (#3648) (#3717)
2019-08-06 Krzysztof ParzyszekUpdate dmlc-core to the latest commit (#3716)
2019-08-06 Zhi[relay][frontend] clean up tf frontend (#3710)
2019-08-06 Liangfu Chensafe to remove thread related headers? (#3713)
2019-08-06 Haichen Shen[Bugfix] Fix the issue that function pass modifies...
2019-08-06 Yulun Yao[Relay] [TOPI] `{relay,topi}.nn.sparse_transpose` for...
2019-08-05 Junru ShaoExport tvm::relay::OpRegistry::OpRegistry (#3711)
next