2019-08-23 |
tristan-arm | Fixed repo change for llvm-9 to resolve missing depende... |
commit | commitdiff | tree | snapshot |
2019-08-23 |
Haibin Lin | Update hybrid_script.rst (#3799) |
commit | commitdiff | tree | snapshot |
2019-08-23 |
Animesh Jain | [Legalize][QNN] Pass out_types to Legalize. Update... |
commit | commitdiff | tree | snapshot |
2019-08-23 |
Tianqi Chen | [CODE] Halide attributions (#3824) |
commit | commitdiff | tree | snapshot |
2019-08-23 |
雾雨魔理沙 | [Relay] Fix typo in parser (#3785) |
commit | commitdiff | tree | snapshot |
2019-08-22 |
lixiaoquan | [TVM] Fix warnings (#3817) |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Jon Soifer | [TOPI][Relay][TensorFlow] Add OneHot operator (#3781) |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Josh Fromm | Changed topi cc resize to python implementation with... |
commit | commitdiff | tree | snapshot |
2019-08-21 |
Jon Soifer | [TOPI] Use cblas for dense and batch_matmul when "cblas... |
commit | commitdiff | tree | snapshot |
2019-08-21 |
Wei Chen | [Relay][VM]VM Profiler (#3727) |
commit | commitdiff | tree | snapshot |
2019-08-21 |
Peter Yeh | add gfx906 bc (#3808) |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Bing Xu | [dep] psutil (#3780) |
commit | commitdiff | tree | snapshot |
2019-08-20 |
Tianqi Chen | [CI] Temporary disable rust test (#3809) |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Zhao Wu | [CI] Solve occasional CI issue when pad value is all... |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Neo Chien | [Relay][Frontend][TFLite] transpose implementation... |
commit | commitdiff | tree | snapshot |
2019-08-19 |
tristan-arm | Fixed onnx test failures when run on a cpu backend... |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Zhao Wu | [CoreML] Solve CoreML frontend issue of image scaler... |
commit | commitdiff | tree | snapshot |
2019-08-19 |
Wuwei Lin | [TOPI, CUDA] Improve conv2d_transpose schedule template... |
commit | commitdiff | tree | snapshot |
2019-08-18 |
Liangfu Chen | [VTA][TSIM] parallel TSIM hardware compilation with... |
commit | commitdiff | tree | snapshot |
2019-08-17 |
ziheng | [Community] Hao Lu -> Committer (#3789) |
commit | commitdiff | tree | snapshot |
2019-08-17 |
Wuwei Lin | Fix ArgBinder assert order (#3794) |
commit | commitdiff | tree | snapshot |
2019-08-16 |
ziheng | [BUGFIX] Fix for NoneType Target (#3792) |
commit | commitdiff | tree | snapshot |
2019-08-16 |
Wuwei Lin | [Relay][Quantization] Fix out-of-date realize (#3790) |
commit | commitdiff | tree | snapshot |
2019-08-16 |
shoubhik | QNN quantize and dequantize operators. (#3745) |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Jon Soifer | [Relay][Frontend][ONNX] Add Sign and Equal operators... |
commit | commitdiff | tree | snapshot |
2019-08-15 |
ziheng | [QUANTIZE] Refactor quantization codebase and fix model... |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Animesh Jain | [QNN] InferType changes that missed CI. (#3779) |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Animesh Jain | [QNN] Concatenate operator (#3730) |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Animesh Jain | [Relay][Legalize][ARM_CPU] Handling NHWC layout for... |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Luis Vega | [VTA][Chisel] scale dram base address in hardware inste... |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Thierry Moreau | fix dense tuning (#3768) |
commit | commitdiff | tree | snapshot |
2019-08-14 |
雾雨魔理沙 | fix (#3769) |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Jon Soifer | [Relay][Frontend][TensorFlow] Support BatchMatMul with... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Benjamin Tu | syntax fix (#3765) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Luis Vega | [VTA][Chisel] run all unittests by default (#3766) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Zhi | fix some pass docs (#3767) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Thierry Moreau | [VTA][TSIM][Build] Towards TSIM CI testing (#3704) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Benjamin Tu | [VTA] [Chisel] Improved Data Gen, Added ALU Test (... |
commit | commitdiff | tree | snapshot |
2019-08-13 |
pzq | fix mistype (#3763) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Sergei Grechanik | [ARITH] Simplify casts of constants 0 and 1 (#3758) |
commit | commitdiff | tree | snapshot |
2019-08-13 |
Josh Fromm | [Relay] SpaceToDepth and MirrorPad Operators (#3718) |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Christian Sarofeen | Don't replace reduction init axis with new axis if... |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Yizhi Liu | [Bugfix] tvm.scan follow by tvm.compute segfault (... |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Neo Chien | Fix the potential index overflow (#3751) |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Logan Weber | Revert compile_cmd kwarg name change (#3746) |
commit | commitdiff | tree | snapshot |
2019-08-12 |
Haichen Shen | add reviewer (#3755) |
commit | commitdiff | tree | snapshot |
2019-08-11 |
Yao Wang | Improve graph tuner dealing with Tuple (#3649) |
commit | commitdiff | tree | snapshot |
2019-08-11 |
Lianmin Zheng | [TOPI] Update tophub according to the fix in schedule... |
commit | commitdiff | tree | snapshot |
2019-08-11 |
雾雨魔理沙 | [Relay] Fix Partial Evaluator, Add stricter checking... |
commit | commitdiff | tree | snapshot |
2019-08-09 |
Henry | use pip3 for python3 (#3742) |
commit | commitdiff | tree | snapshot |
2019-08-09 |
雾雨魔理沙 | [Relay] [Training] Fix ad for concatenate (#3729) |
commit | commitdiff | tree | snapshot |
2019-08-09 |
雾雨魔理沙 | Fix typo in ir_pass.h (#3741) |
commit | commitdiff | tree | snapshot |
2019-08-08 |
Benjamin Tu | [VTA] [Chisel] Bug fix for VME Shell (#3737) |
commit | commitdiff | tree | snapshot |
2019-08-08 |
Tianqi Chen | [CI] Update docker image ci_cpu,i386 to include verilat... |
commit | commitdiff | tree | snapshot |
2019-08-08 |
Animesh Jain | [QNN] Requantize operator (#3531) |
commit | commitdiff | tree | snapshot |
2019-08-08 |
Marcus Shawcroft | [DOCKER] Fix missing apt https transport support (... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Nick Hynes | Remove sccache from Rust install (#3728) |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Yulun Yao | Tutorial: Build a Graph Convolutional Network on TVM... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Thierry Moreau | [VTA][Dockerfile] Chisel dependencies for TSIM CI ... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Umang Yadav | Take zero extent loops as NoOp and remove it and add... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Haichen Shen | [Relay/TOPI][Op] Add variance and layer norm op (#3700) |
commit | commitdiff | tree | snapshot |
2019-08-07 |
Haichen Shen | [Frontend][MXNet] Fix mxnet converter for hybridblock... |
commit | commitdiff | tree | snapshot |
2019-08-07 |
雾雨魔理沙 | fix name (#3719) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Animesh Jain | [Relay] Legalize pass (#3672) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
mingwayzhang | Fix (2/2) [TOPI] conv2d schedule code (#3648) (#3717) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Krzysztof Parzyszek | Update dmlc-core to the latest commit (#3716) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Zhi | [relay][frontend] clean up tf frontend (#3710) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Liangfu Chen | safe to remove thread related headers? (#3713) |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Haichen Shen | [Bugfix] Fix the issue that function pass modifies... |
commit | commitdiff | tree | snapshot |
2019-08-06 |
Yulun Yao | [Relay] [TOPI] `{relay,topi}.nn.sparse_transpose` for... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Junru Shao | Export tvm::relay::OpRegistry::OpRegistry (#3711) |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Tianqi Chen | [CI] Update GPU docker (#3709) |
commit | commitdiff | tree | snapshot |
2019-08-05 |
ghostplant | Quit and clean when TVM is interrupted (#3640) |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Andrew Tulloch | Metal reinterpret fix (#3706) |
commit | commitdiff | tree | snapshot |
2019-08-05 |
雾雨魔理沙 | [Relay] Partial Evaluator do concatenate, and has bette... |
commit | commitdiff | tree | snapshot |
2019-08-05 |
Jon Soifer | [TOPI] Update softmax compute and CPU schedule (#3680) |
commit | commitdiff | tree | snapshot |
2019-08-03 |
Huilin Qu | Fix gather_nd in Relay (#3442) |
commit | commitdiff | tree | snapshot |
2019-08-03 |
Benjamin Tu | [VTA] [Chisel] Added Chisel Module Unit Test Infrastruc... |
commit | commitdiff | tree | snapshot |
2019-08-03 |
abergeron | Add an option to build with -pthread (ON by default... |
commit | commitdiff | tree | snapshot |
2019-08-02 |
雾雨魔理沙 | [Relay] [Error] Fix error in partial evaluator (#3693) |
commit | commitdiff | tree | snapshot |
2019-08-02 |
Lianmin Zheng | [AutoTVM] Fix hang/crash issues on feature extraction... |
commit | commitdiff | tree | snapshot |
2019-08-02 |
Neo Chien | Align the naming rule for OpAttributeUnImplemented... |
commit | commitdiff | tree | snapshot |
2019-08-02 |
Yulun Yao | [DOCKER] Add DGL to {ci_gpu, demo_cpu, demo_gpu} docker... |
commit | commitdiff | tree | snapshot |
2019-08-02 |
Lianmin Zheng | [TOPI] Memoize winograd matrix (#3687) |
commit | commitdiff | tree | snapshot |
2019-08-02 |
Wuwei Lin | [Relay][Quantization] KL-divergence-based per-layer... |
commit | commitdiff | tree | snapshot |
2019-08-01 |
Wei Chen | [Relay][VM] Support execution on devices (#3678) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
Jian Weng | Add shuffle support to TVM (#3633) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
sf-wind | Enable the sparse schedule (#3651) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
alexgl-github | Add support for Tensorflow operators log1p, cos, sin... |
commit | commitdiff | tree | snapshot |
2019-08-01 |
雾雨魔理沙 | [Relay] Strict mode in pattern matching (#3620) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
Yifan Xiong | [Relay][Frontend] Fix typo names in frontend (#3685) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
Tim Hatch | Make tests multi-process friendly. (#3683) |
commit | commitdiff | tree | snapshot |
2019-08-01 |
Alexander Pivovarov | Replace learnt with learned (#3684) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Leyuan Wang | [DOC] Update ssd doc to avoid confusion. (#3677) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Zhi | [Relay][VM] Relay VM serialization (#3647) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
lixiaoquan | [TEST] Comptiable with python3.5 (#3675) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Wuwei Lin | [TOPI][CUDA] schedule for group_conv2d (#3663) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Liangfu Chen | [VTA] VTA Compilation Script for Intel FPGA (#3494) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Balint Cristian | Add yolov3-tiny to the tutorial. (#3674) |
commit | commitdiff | tree | snapshot |
2019-07-31 |
Haichen Shen | add reviewer - slyubomirsky (#3673) |
commit | commitdiff | tree | snapshot |
next |