2019-07-18 |
Logan Weber | Disable MicroTVM on i386 CI (#3569) |
commit | commitdiff | tree | snapshot |
2019-07-18 |
Thierry Moreau | [Community] Zhi Chen -> Committer (#3572) |
commit | commitdiff | tree | snapshot |
2019-07-18 |
bulanova-huawei | tightening bounding box for IntSet fused in PassUpDomai... |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Zhi | [docs] Add a tutorial for the pass manager (#3515) |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Wei Chen | [Relay][VM]Fix debug statement (#3565) |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Luis Vega | fix pynq 32-bit address pointers (#3558) |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Yinghai Lu | Fix build error (#3552) |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Joshua Z. Zhang | fix js test load module example (#3556) |
commit | commitdiff | tree | snapshot |
2019-07-17 |
Haichen Shen | fix (#3550) |
commit | commitdiff | tree | snapshot |
2019-07-16 |
zhengdi | [FRONTEND][TENSORFLOW] Some bug fixes for tensorflow... |
commit | commitdiff | tree | snapshot |
2019-07-16 |
Haichen Shen | [Relay][VM] Port VM, VM compiler, and Object into pytho... |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Yinghai Lu | [Runtime] Enable set_input_zero_copy in GraphRuntime... |
commit | commitdiff | tree | snapshot |
2019-07-14 |
Sergei Grechanik | [ARITH][BOUND] Fix bound inference to avoid allocating... |
commit | commitdiff | tree | snapshot |
2019-07-13 |
Tianqi Chen | [ARITH][IR] Introduce FloorDiv/Mod (#3479) |
commit | commitdiff | tree | snapshot |
2019-07-12 |
Wuwei Lin | [Relay][Quantization] Fix add_rewrite and UnifyDTypeSca... |
commit | commitdiff | tree | snapshot |
2019-07-12 |
Tianqi Chen | [DEP] Remove HalideIR from submodule (#3535) |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Tianqi Chen | [INFA][IR] Build and Evolve Low-level IR. Remove Halide... |
commit | commitdiff | tree | snapshot |
2019-07-11 |
hlu1 | posix_memalign appears in API 17, not 16 (#3532) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
tristan-arm | Add Pack operator to TFLite (#3521) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
雾雨魔理沙 | init (#3476) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Zhi | [bugfix] fix the bug caused by test_any (#3528) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Jared Roesch | [Relay][RFC] Implement type checking for Any (#3221) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Ramana Radhakrishnan | Fix pylint issue in vta/python/vta/top/graphpack.py... |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Marcus Shawcroft | Fix broken rat install (#3527) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
雾雨魔理沙 | fix test (#3525) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Wei Chen | [Relay][Doc] Docs for new op code (#3522) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Tianqi Chen | [CPP] Refactor remove tvm/tvm.h (#3523) |
commit | commitdiff | tree | snapshot |
2019-07-10 |
Steven S. Lyubomirsky | [Relay][Testing] Relay-to-Python compilation (#3156) |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Wei Chen | [Relay][VM]Compiling pattern matching (#3470) |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Amy Wang | [Relay] Clip gradient: grad * (select(x < min || max... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Animesh Jain | Relaxing convolution infer checks. (#3511) |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Josh Fromm | [Vulkan] Added conversion from bool to float. (#3513) |
commit | commitdiff | tree | snapshot |
2019-07-09 |
雾雨魔理沙 | [Relay] Roundtrip part of pretty printer and parser... |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Animesh Jain | Passing dilation argument to account for API change... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Zhi | [Relay][Transform] Support Dumping IR to help debugging... |
commit | commitdiff | tree | snapshot |
2019-07-08 |
Luis Vega | [VTA] TSIM improvements and fixes (#3505) |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Tianqi Chen | [ARITH] More recursive rewrite rule, cleanup simplify... |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Tianqi Chen | [ARITH] Bugfix div subtract rewrite rule (#3504) |
commit | commitdiff | tree | snapshot |
2019-07-07 |
Yida Wang | [TOPI] add basic scheduling for conv2d_transpose on... |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Tianqi Chen | [ARITH] Refactor: Remove un-necessary usage of ComputeE... |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Ruslan Baratov | Android RPC README improvements (#3500) |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Zhi | [relay][frontend] Return Module from get_workload ... |
commit | commitdiff | tree | snapshot |
2019-07-06 |
Ruslan Baratov | Android demo: Docker improvements (#3499) |
commit | commitdiff | tree | snapshot |
2019-07-05 |
Steven S. Lyubomirsky | [Relay][Module] Make tags for ADT constructors and... |
commit | commitdiff | tree | snapshot |
2019-07-05 |
Thierry Moreau | [VTA][Hotfix] Avoiding error when environment variable... |
commit | commitdiff | tree | snapshot |
2019-07-05 |
Ruslan Baratov | Tutorial: Use Python 3 (#3498) |
commit | commitdiff | tree | snapshot |
2019-07-04 |
Ruslan Baratov | Docker: Install Python packages 'requests' and 'Pillow... |
commit | commitdiff | tree | snapshot |
2019-07-04 |
雾雨魔理沙 | [Relay] Fix PE (#3482) |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Yao Wang | Pre-allocate buffer for x86 roi_align (#3475) |
commit | commitdiff | tree | snapshot |
2019-07-03 |
雾雨魔理沙 | [Relay] use transform instead of ir_pass for CPS (... |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Thierry Moreau | producing simulation statistics instead of time to... |
commit | commitdiff | tree | snapshot |
2019-07-03 |
雾雨魔理沙 | [Relay] Continuation Passing Style (#3456) |
commit | commitdiff | tree | snapshot |
2019-07-02 |
abergeron | Add dockerfiles for the conda package builds (#3344) |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Tianqi Chen | Delete _ir_pass.pyi |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Zhi | Clean up pass.h (#3312) |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Yizhi Liu | [Codegen] Support broadcast op with symbolic shape... |
commit | commitdiff | tree | snapshot |
2019-07-02 |
Josh Fromm | [Runtime] Android argsort support (#3472) |
commit | commitdiff | tree | snapshot |
2019-07-02 |
雾雨魔理沙 | [Relay] fix 'please use input parameter mod warning... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Tianqi Chen | [RUNTIME] Only checks the custom data type if it is... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Yida Wang | [ANALYSIS] Mac count deconv (#3469) |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Tianqi Chen | Migrate simplifier to new infra. (#3368) |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Zhi | [Relay][Pass] Only allow Module -> Module for opts... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Tianqi Chen | [ARITH] Canonicalize comparison to move constant to... |
commit | commitdiff | tree | snapshot |
2019-07-01 |
Tianqi Chen | [ARITH][SCHEDULE] Update schedule to use the new analyz... |
commit | commitdiff | tree | snapshot |
2019-06-30 |
Alexander Pivovarov | Update tflite wheel version to 1.13.1 (#3435) |
commit | commitdiff | tree | snapshot |
2019-06-30 |
Tianqi Chen | [ARITH] CanonicalSimplifier, better folding, eliminate... |
commit | commitdiff | tree | snapshot |
2019-06-29 |
Tianqi Chen | [ARITH] Improve min/max/div cases in RewriteSimplify... |
commit | commitdiff | tree | snapshot |
2019-06-29 |
Christian Sarofeen | Partition fix with rfactor, simplify and likely predica... |
commit | commitdiff | tree | snapshot |
2019-06-29 |
Haichen Shen | [Bugfix] Fix AutoTVM bug (#3462) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Tianqi Chen | Update README.md |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Tianqi Chen | Migrate badge to new job (#3459) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Tianqi Chen | [CI] Fix windows build, add azure pipeline (#3458) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Thierry Moreau | [VTA][Relay] Relay Compilation + AutoTVM compatible... |
commit | commitdiff | tree | snapshot |
2019-06-28 |
雾雨魔理沙 | [Relay] Feature Detection (#3238) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
雾雨魔理沙 | [Relay] Fix ad for conditional expression (#3453) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Christian Sarofeen | Nested rfactor fix, update predicates as well as source... |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Xingjian Shi | [RELAY] [OP] [MXNet Frontend] Add sequence_mask (#3437) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
Amy Wang | [Relay] Register abs gradient: grad * (select(x < 0... |
commit | commitdiff | tree | snapshot |
2019-06-28 |
雾雨魔理沙 | fix deprecation warning (#3446) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
hlu1 | Memory leak in the relay interpreter (#3448) |
commit | commitdiff | tree | snapshot |
2019-06-28 |
雾雨魔理沙 | [Relay][Parser] simplify build script, remove python... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Altan Haan | [Relay] Fix reduce axis bug (#3422) |
commit | commitdiff | tree | snapshot |
2019-06-27 |
ttyang1018 | [Relay][Frontend] Fix tensorflow frontend lstm forget... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Yao Wang | GraphTuner supports relay.module as input (#3434) |
commit | commitdiff | tree | snapshot |
2019-06-27 |
cclauss | Use print() function in both Python 2 and Python 3... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Hua Jiang | [VTA][TSIM] Verilator compile report error for printf... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Alexander Pivovarov | Add mod supoort in relay.build (#3424) |
commit | commitdiff | tree | snapshot |
2019-06-27 |
cclauss | Undefined name: Typo in variable name sotrage_order... |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Li | Fix Windows build (#3429) |
commit | commitdiff | tree | snapshot |
2019-06-27 |
Lianmin Zheng | [AutoTVM] Fix a bug in simulated annealing (#3413) |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Yong Wu | [Relay] Add ResizeNearestNeighbor and CropAndResize... |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Hua Jiang | [VTA] Add VTA PYNQ metal_test bitstream program logic... |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Andrew Tulloch | [Runtime] Allow for parameter sharing in GraphRuntime... |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Sammy | Fixing package path in tflite test (#3427) |
commit | commitdiff | tree | snapshot |
2019-06-24 |
雾雨魔理沙 | fix (#3417) |
commit | commitdiff | tree | snapshot |
2019-06-24 |
Alexander Pivovarov | Add Reduce operators to TFLite (#3421) |
commit | commitdiff | tree | snapshot |
2019-06-23 |
Haichen Shen | [Frontend][MxNet] Support bidirectional RNN layer ... |
commit | commitdiff | tree | snapshot |
2019-06-22 |
雾雨魔理沙 | Add nix to gitignore (#3418) |
commit | commitdiff | tree | snapshot |
2019-06-22 |
ziheng | [QUANTIZE] Memorizing the quantize node mapping (#3233) |
commit | commitdiff | tree | snapshot |
2019-06-22 |
Wei Chen | Fix global var in prelude (#3405) |
commit | commitdiff | tree | snapshot |
next |