projects
/
platform
/
upstream
/
tvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/tvm.git
2020-01-08
Tianqi Chen
[REFACTOR][IR] Add Node suffix to low-level IR nodes...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Zhi
reduce input size to fix oom (#4653)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-08
Haichen Shen
[COMMUNITY] @MarisaKirisame -> committer (#4645)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-07
Tianqi Chen
[RUNTIME][DSO] Improve TVMBackendPackedCFunc to allow...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-07
Animesh Jain
[QNN] Channel wise quantization - Quantize & Requantize...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-07
Tianqi Chen
Resolve constexpr related link error in debug mode...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-07
Tianqi Chen
[CI] better deletion script for pycache (#4635)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Tianqi Chen
[COMMUNITY] @wweic -> committer (#4636)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Leandro Nunes
[FRONTEND][Keras] Add support for tf.Keras networks...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Leandro Nunes
Update image version tags in Dockerfile comments (...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Leandro Nunes
Pin python pillow to "<7" due to torchvision 1.2.0...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Ramana Radhakrishnan
Improve comments (#4633)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Tianqi Chen
[REFACTOR][IR] Introduce SeqStmt to replace ir::Block...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
optima2005
[CONV] Asymmetric padding (#4511)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Yao Wang
[Topi]Allow empty tensor for reshape, tile and strided_...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Tianqi Chen
[REFACTOR] Automatically deduce function type signature...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Tianqi Chen
Get around limitation of g++-4.8 (#4626)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-06
Kevin Yuan
Added declare of aluBits for TensorAlu (#4624)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Zhi
tensor_array split test (#4619)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-05
Tianqi Chen
[REFACTOR] IRPrinter->NodePrinter, move to node/printer...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-04
Tianqi Chen
[REFACTOR] TVM_REGISTER_API -> TVM_REGISTER_GLOBAL...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-04
Tianqi Chen
[REFACTOR] Unified IR base types. (#4616)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-04
Tianqi Chen
[REFACTOR][TYPE] Remove un-necessary var sub-field...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-04
Yao Wang
[Relay][Pass]Improve memory_allocation pass to support...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Zhi
[relay][tensor_array] test tensor_array in vm (#4608)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Zhi
skip example json runtime test when config is not set...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Tianqi Chen
[CMAKE] Remove unecessary rdynamic (#4613)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Liangfu Chen
[VTA] Throw exception on mis-formatted files and avoid...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Animesh Jain
{QNN] Making scale/zero_points as expr instead of attrs...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
masahi
[Quantization] Make calibration faster and more memory...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Tianqi Chen
[REFACTOR] Remove old Low-level Visitor/Mutator (#4612)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
masahi
[TOPI, Relay] Add half_pixel option to Resize op (...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-03
Tianqi Chen
[REFACTOR] Migrate Low-level IR Passes into the New...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-02
Tianqi Chen
Bugfix StmtMutator IfThenElse (#4609)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-02
Tianqi Chen
[IR] Unify approach to Visitor/Mutator under Functor...
commit
|
commitdiff
|
tree
|
snapshot
2020-01-01
optima2005
[FRONTEND][TF] Add conv3d (#4604)
commit
|
commitdiff
|
tree
|
snapshot
2020-01-01
Zhi
make adt tag signed (#4605)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-31
Zhi
Sort VM stats by time (#4601)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-31
Tianqi Chen
[REFACTOR][OBJECT] Consoldiate NodePtr/Ref/Hash/Equal...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-31
Zhi
[relay][refactor] Cache Op::Get in passes to reduce...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-30
Animesh Jain
[Relay][Convert Layout] Handling batch norm layout...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-30
Tianqi Chen
[REFACTOR][RUNTIME] Update NDArray use the Unified...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-30
Zhi
fix codegenc (#4597)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-29
Leyuan Wang
[Perf] Add CublasLt extern support for better Igemm...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-29
Neo Chien
[GraphRuntime] Support parameter out in the graph runti...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
optima2005
[FRONTEND][TF] conv2d_transpose 'SAME' support kernel...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-28
zhuochen
fix tf.compat.v1 issue for tf verison <=1.12 (#4593)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-27
Wang Yucheng
[autotvm] fix typos in comment (#4591)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-27
Zhao Wu (Chinese...
[Runtime] add necessary const qualifier for NDArray...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-27
optima2005
[TOPI] add 3D upsampling Op. (#4584)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-27
Animesh Jain
[Relay][AlterLayout] Broadcast with scalar shape (...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
Animesh Jain
[Relay] Convert Layout Pass. (#4335)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
deepIgnorance
[FIX][TOPI][X86] schedule dense pack (#4539)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
黎明灰烬
[TOPI][AutoTVM] NHWC conv2d templates for ARM (#3859)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
Zhao Wu
[Container] Fix NDArray SaveDLTensor declaration and...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
masahi
[Quantization, Calibrate] Fix context creation when...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
Wang Yucheng
[DOCS]fix typos in autotvm tutorial (#4585)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-26
Yizhi Liu
[NEWS] add v0.6 release (#4558)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
kice
Some Windows and MSVC fixes (#4569)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-25
Tianqi Chen
[RUNTIME] Remove Extension VTable in favor of Unified...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-24
Tianqi Chen
[DEPRECATION] Cleanup legacy verilog support (#4576)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-24
Bohan Hou
[DOC] fix doc in api.py (#4580)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-24
Josh Fromm
[Relay/Topi][Op] Added native DepthToSpace and SpaceToD...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
Tianqi Chen
[DEPRECATION] Remove NNVM compiler (#4571)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
Dmitri Makarov
Fix llvm-enabled build by adding missing intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
masahi
remove unnecessary cast to int32 (#4573)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
Liangfu Chen
[VTA][Chisel] End-to-end Inference with Chisel VTA...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
Tianqi Chen
Remove nnvm (#4565)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-23
Yong Wu
[Relay] add max_pool3d in relay and TF converter (...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Tianqi Chen
[TEST] Remove nnvm related code in topi and test script...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Neo Chien
[Relay][Frontend][ONNX] Support auto_pad in Conv and...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Zhao Wu
Support standardize runtime module (#4532)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Tianqi Chen
[REFACTOR][DTYPE] Isolate dtype to runtime (#4560)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Tianqi Chen
[RUNTIME][VULKAN] Fix compiler warning (#4559)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-22
Siyuan Feng
[IR] fix style in ir_mutator and ir_visitor (#4561)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-21
Liangfu Chen
[VTA] improved virtual memory mapping (#4545)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-20
Tianqi Chen
[COMMUNITY] @cchung100m -> reviewer (#4557)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-20
Zhi
vm external codegen (#4544)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-20
Tianqi Chen
[PYTHON][FFI] Cythonize NDArray.copyto (#4549)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-20
Hideto Ueno
[DOCS] Mention Ninja build system in install/from_sourc...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
mbarrett97
[TOPI] Fixed nms max_output_size loop (#4541)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
Haichen Shen
[TOPI] Allow batch matmul to be fused into injective...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
Takato Yamada
[relay][op] add expand op (from ONNX) to relay frontend...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
Alex Gladkov
Implement 1d deconvolution (#4476)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
Tianqi Chen
Update legacy places from nnvm to relay. (#4535)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-18
Zhi
[Relay] External codegen (#4482)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-17
lhutton1
PIL is depreciated and should be replaced with pillow...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-16
Liangfu Chen
fix crash issue in tsim backend (#4527)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-16
masahi
fix onnx shape dtype (#4528)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-16
Cody Yu
fix empty config caused KeyError (#4520)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-16
YixinBao
add bfloat16 typeflag support (#4525)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-15
Liang ZOU
[ir] use DataType instead of Type for readability becau...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-15
miheer vaidya
Use the best tuner possible (#4397)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-15
Josh Fromm
Fixed extra reshape parameter bug. (#4524)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-14
Ina Dobreva
[Bugfix][Frontend][TFlite] Fix wrong function call...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
SWu
Fix bias_add gradient (#4516)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
Alexander Pivovarov
Fix TF resize for dynamic size models (#4510)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-13
Leandro Nunes
[CI] Update docker image ci_lint to obtain Python 3...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
masahi
[Quantization] Fix annotation for multiply op (#4458)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Haichen Shen
[Hybrid][Fix] Fix hybrid script to support array of...
commit
|
commitdiff
|
tree
|
snapshot
next