platform/upstream/tvm.git
2019-07-21 Tianqi Chen[CI] Upgrade LLVM envs (#3590)
2019-07-21 Luis Vegaadd coherent, length, and user bits option to Shell...
2019-07-20 Luis Vegabugfix function args order in alu instruction generatio...
2019-07-19 雾雨魔理沙[Relay] add some check for the ad algorithm (#3585)
2019-07-19 Yong Wu[TOPI][RELAY] Add op Size (#3094)
2019-07-19 Yao Wang[AutoTVM]Improve graph tuner for multiple subgraphs...
2019-07-19 Balint Cristian[RPC] Better handle tempdir if subprocess killed. ...
2019-07-19 Yizhi LiuAdd printer for Layout/BijectiveLayout (#3582)
2019-07-19 Ramana RadhakrishnanMention minimum version of python features one should...
2019-07-19 Thierry Moreauavoiding cast None to int errors (#3578)
2019-07-19 zacario-lifix topi c++ conv2d_nchw lambda expr issue (#3570)
2019-07-18 雾雨魔理沙[Relay] parser/pretty printer roundtripping (#3536)
2019-07-18 Tianqi Chen[ARITH] Simplify let (#3568)
2019-07-18 Andrew TullochEmit DWARF debug information (#3420)
2019-07-18 Ramana RadhakrishnanSupport additional architectures beyond x86_64 in ubunt...
2019-07-18 Logan WeberDisable MicroTVM on i386 CI (#3569)
2019-07-18 Thierry Moreau[Community] Zhi Chen -> Committer (#3572)
2019-07-18 bulanova-huaweitightening bounding box for IntSet fused in PassUpDomai...
2019-07-17 Zhi[docs] Add a tutorial for the pass manager (#3515)
2019-07-17 Wei Chen[Relay][VM]Fix debug statement (#3565)
2019-07-17 Luis Vegafix pynq 32-bit address pointers (#3558)
2019-07-17 Yinghai LuFix build error (#3552)
2019-07-17 Joshua Z. Zhangfix js test load module example (#3556)
2019-07-17 Haichen Shenfix (#3550)
2019-07-16 zhengdi[FRONTEND][TENSORFLOW] Some bug fixes for tensorflow...
2019-07-16 Haichen Shen[Relay][VM] Port VM, VM compiler, and Object into pytho...
2019-07-15 Yinghai Lu[Runtime] Enable set_input_zero_copy in GraphRuntime...
2019-07-14 Sergei Grechanik[ARITH][BOUND] Fix bound inference to avoid allocating...
2019-07-13 Tianqi Chen[ARITH][IR] Introduce FloorDiv/Mod (#3479)
2019-07-12 Wuwei Lin[Relay][Quantization] Fix add_rewrite and UnifyDTypeSca...
2019-07-12 Tianqi Chen[DEP] Remove HalideIR from submodule (#3535)
2019-07-11 Tianqi Chen[INFA][IR] Build and Evolve Low-level IR. Remove Halide...
2019-07-11 hlu1posix_memalign appears in API 17, not 16 (#3532)
2019-07-10 tristan-armAdd Pack operator to TFLite (#3521)
2019-07-10 雾雨魔理沙init (#3476)
2019-07-10 Zhi[bugfix] fix the bug caused by test_any (#3528)
2019-07-10 Jared Roesch[Relay][RFC] Implement type checking for Any (#3221)
2019-07-10 Ramana RadhakrishnanFix pylint issue in vta/python/vta/top/graphpack.py...
2019-07-10 Marcus ShawcroftFix broken rat install (#3527)
2019-07-10 雾雨魔理沙fix test (#3525)
2019-07-10 Wei Chen[Relay][Doc] Docs for new op code (#3522)
2019-07-10 Tianqi Chen[CPP] Refactor remove tvm/tvm.h (#3523)
2019-07-10 Steven S. Lyubomirsky[Relay][Testing] Relay-to-Python compilation (#3156)
2019-07-09 Wei Chen[Relay][VM]Compiling pattern matching (#3470)
2019-07-09 Amy Wang[Relay] Clip gradient: grad * (select(x < min || max...
2019-07-09 Animesh JainRelaxing convolution infer checks. (#3511)
2019-07-09 Josh Fromm[Vulkan] Added conversion from bool to float. (#3513)
2019-07-09 雾雨魔理沙[Relay] Roundtrip part of pretty printer and parser...
2019-07-09 Animesh JainPassing dilation argument to account for API change...
2019-07-08 Zhi[Relay][Transform] Support Dumping IR to help debugging...
2019-07-08 Luis Vega[VTA] TSIM improvements and fixes (#3505)
2019-07-07 Tianqi Chen[ARITH] More recursive rewrite rule, cleanup simplify...
2019-07-07 Tianqi Chen[ARITH] Bugfix div subtract rewrite rule (#3504)
2019-07-07 Yida Wang[TOPI] add basic scheduling for conv2d_transpose on...
2019-07-06 Tianqi Chen[ARITH] Refactor: Remove un-necessary usage of ComputeE...
2019-07-06 Ruslan BaratovAndroid RPC README improvements (#3500)
2019-07-06 Zhi[relay][frontend] Return Module from get_workload ...
2019-07-06 Ruslan BaratovAndroid demo: Docker improvements (#3499)
2019-07-05 Steven S. Lyubomirsky[Relay][Module] Make tags for ADT constructors and...
2019-07-05 Thierry Moreau[VTA][Hotfix] Avoiding error when environment variable...
2019-07-05 Ruslan BaratovTutorial: Use Python 3 (#3498)
2019-07-04 Ruslan BaratovDocker: Install Python packages 'requests' and 'Pillow...
2019-07-04 雾雨魔理沙[Relay] Fix PE (#3482)
2019-07-03 Yao WangPre-allocate buffer for x86 roi_align (#3475)
2019-07-03 雾雨魔理沙[Relay] use transform instead of ir_pass for CPS (...
2019-07-03 Thierry Moreauproducing simulation statistics instead of time to...
2019-07-03 雾雨魔理沙[Relay] Continuation Passing Style (#3456)
2019-07-02 abergeronAdd dockerfiles for the conda package builds (#3344)
2019-07-02 Tianqi ChenDelete _ir_pass.pyi
2019-07-02 ZhiClean up pass.h (#3312)
2019-07-02 Yizhi Liu[Codegen] Support broadcast op with symbolic shape...
2019-07-02 Josh Fromm[Runtime] Android argsort support (#3472)
2019-07-02 雾雨魔理沙[Relay] fix 'please use input parameter mod warning...
2019-07-01 Tianqi Chen[RUNTIME] Only checks the custom data type if it is...
2019-07-01 Yida Wang[ANALYSIS] Mac count deconv (#3469)
2019-07-01 Tianqi ChenMigrate simplifier to new infra. (#3368)
2019-07-01 Zhi[Relay][Pass] Only allow Module -> Module for opts...
2019-07-01 Tianqi Chen[ARITH] Canonicalize comparison to move constant to...
2019-07-01 Tianqi Chen[ARITH][SCHEDULE] Update schedule to use the new analyz...
2019-06-30 Alexander PivovarovUpdate tflite wheel version to 1.13.1 (#3435)
2019-06-30 Tianqi Chen[ARITH] CanonicalSimplifier, better folding, eliminate...
2019-06-29 Tianqi Chen[ARITH] Improve min/max/div cases in RewriteSimplify...
2019-06-29 Christian SarofeenPartition fix with rfactor, simplify and likely predica...
2019-06-29 Haichen Shen[Bugfix] Fix AutoTVM bug (#3462)
2019-06-28 Tianqi ChenUpdate README.md
2019-06-28 Tianqi ChenMigrate badge to new job (#3459)
2019-06-28 Tianqi Chen[CI] Fix windows build, add azure pipeline (#3458)
2019-06-28 Thierry Moreau[VTA][Relay] Relay Compilation + AutoTVM compatible...
2019-06-28 雾雨魔理沙[Relay] Feature Detection (#3238)
2019-06-28 雾雨魔理沙[Relay] Fix ad for conditional expression (#3453)
2019-06-28 Christian SarofeenNested rfactor fix, update predicates as well as source...
2019-06-28 Xingjian Shi[RELAY] [OP] [MXNet Frontend] Add sequence_mask (#3437)
2019-06-28 Amy Wang[Relay] Register abs gradient: grad * (select(x < 0...
2019-06-28 雾雨魔理沙fix deprecation warning (#3446)
2019-06-28 hlu1Memory leak in the relay interpreter (#3448)
2019-06-28 雾雨魔理沙[Relay][Parser] simplify build script, remove python...
2019-06-27 Altan Haan[Relay] Fix reduce axis bug (#3422)
2019-06-27 ttyang1018[Relay][Frontend] Fix tensorflow frontend lstm forget...
2019-06-27 Yao WangGraphTuner supports relay.module as input (#3434)
2019-06-27 cclaussUse print() function in both Python 2 and Python 3...
next