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
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
2019-12-12
Dmitri Makarov
Fix build for llvm newer than 9.0 (#4515)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
optima2005
[TOPI] implement pool3d op (#4478)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
LaiyuanGong
[NODE][Serialization]fix serialization precision loss...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Thomas Viehmann
add rocm schedules to topi C++ (#4507)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-12
Peter Yeh
Add AMD codeGen unit tests (#4509)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Ramana Radhakrishnan
Refactor bilinear and neighbour implementation in Tenso...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Liang ZOU
[codegen][Build] it's more readable to move the if...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
MORITA Kazutaka
[RUNTIME] Fix compile errors of OpenCL FPGA backend...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Peter Yeh
update rocm intrin rule (#4499)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-11
Liangfu Chen
[VTA] Speedup TSIM by Multi-threading (#4491)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
reminisce
Add __float2half_rn for cuda compute capabilities less...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Haichen Shen
[Relay][Fix] Fix alter op layout when calling a global...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Yizhi Liu
[Team] Jared Roesch -> PPMC (#4488)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-10
Liang ZOU
[docs] typos in include/tvm/ir.h (#4493)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Tianqi Chen
[REFACTOR][RUNTIME] Add LibraryModule that merges syste...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Ina Dobreva
[Relay][Frontend][TFlite] Add parses support for UNPACK...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-09
Thierry Moreau
[VTA] Bringing group convolution support (#4421)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-08
Zhi
Check function attr for alpha equal (#4479)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-08
Yuanqiang Liu
[Codegen] fix bug on LLVM 10.0 (#4480)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-08
Alexander Pivovarov
Workaround to make conv2d_transpose compilation for...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-06
Alexander Pivovarov
Fix typo in travserse (#4469)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-05
Zhi
[relay][op] Add shape func to tile (#4441)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Junru Shao
[BUGFIX] Fix search path for libtvm_topi.so (#4467)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
ziheng
[CONTRIB] TFLite Runtime (#4439)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Leo-arm
lldb pretty printers for relay (#4453)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
Liang ZOU
[doc] fix typo (#4463)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-04
optima2005
implement conv3d op (#4400)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
Tianqi Chen
[RUNTIME][RPC] Update RPC runtime to allow remote modul...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
optima2005
[RUNTIME] Add cudnn conv3d (#4418)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
Tianqi Chen
[MEMORY] Fix gcc 4.8 compact (#4461)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
Jammy Zhou
Fix the Makefile for howto_deploy (#4457)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
jmorrill
Fix MSVC build error with container.h (#4455)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-03
abergeron
[TOPI][Relay][OP] Add a strided_set operation. (#4303)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Yong Wu
[Relay] shape func for zeros, zeros_like, ones, ones_li...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
anwang2009
[DOCS] add benchmark log format doc (#4366)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
Logan Weber
[µTVM] Enable AutoTVM for ARM STM32F746XX Boards (...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-02
HarryWu
a tiny typo (#4452)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Alexander Pivovarov
[TFLite] Add transpose_conv to TFLite parser (#4440)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Wei Chen
[Runtime] Make ADTObject POD container type (#4346)
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Haichen Shen
[Relay][Pass] Fix lambda lift pass for recursive call...
commit
|
commitdiff
|
tree
|
snapshot
2019-12-01
Ina Dobreva
[Relay][Frontend][TFlite] Add test for qnn_mul operator...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-28
Thierry Moreau
rpi4b target (#4445)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-28
Liangfu Chen
fix multiple transfer issue in loaduop (#4442)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Neo Chien
[Doc] Fix broken link (#4438)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Liangfu Chen
[VTA] Enable streamlined GEMM execution (#4392)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Thomas Viehmann
add DeviceName to ROCm api (#4437)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Zhao Wu
[ARM CPU] Fix infer shape error of depthwise (#4384)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-27
Thierry Moreau
[VTA][HotFix] Relay->VTA quantization fix (#4433)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Tianqi Chen
[RELEASE] Update copyright message, change notice,...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Tianqi Chen
[DOCS] Update main website to tvm.apache.org (#4429)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Junru Shao
Allow Array/Map store objects that are not NodeRef...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Haichen Shen
Tweak debugger result (#4426)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Xingyu Zhou
[AutoTVM] select model with the most tuned schedules...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Neo Chien
[SETUP] Add optional dependencies to extras_require...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Haichen Shen
[Fix][Relay] Remove schedule register for nonexisting...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-26
Thierry Moreau
removing nnvm dep from VTA sources (#4419)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-25
Thomas Viehmann
add rocm codegen unittest for cross thread reduction...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-25
Siyuan Feng
[Perf] Enhance cudnn and cublas backend and enable...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Tianqi Chen
[RUNTIME] rename allocator.make -> allocator.make_objec...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Philip Hyunsu Cho
Fix compilaton of bfloat16 on Windows (#4415)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Tianqi Chen
[LICENSE] clarify the blockingqueue license, update...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Yizhi Liu
[License] move cma_api to 3rdparty. separate BSD 2...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Tianqi Chen
[LINT] Remove unnecessary copyright message for files...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-24
Yizhi Liu
[Release] resolve license issues (#4408)
commit
|
commitdiff
|
tree
|
snapshot
2019-11-23
Alexander Pivovarov
[Relay][Legalize] Legalize conv2d_transpose for NHWC...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-23
Tianqi Chen
[RUNTIME] Move module export to the function level...
commit
|
commitdiff
|
tree
|
snapshot
2019-11-22
Zhi
[TVM][RUNTIME] A minimum example to generate external...
commit
|
commitdiff
|
tree
|
snapshot
next