platform/upstream/tvm.git
2019-12-15 miheer vaidyaUse the best tuner possible (#4397)
2019-12-15 Josh FrommFixed extra reshape parameter bug. (#4524)
2019-12-14 Ina Dobreva[Bugfix][Frontend][TFlite] Fix wrong function call...
2019-12-13 SWuFix bias_add gradient (#4516)
2019-12-13 Alexander PivovarovFix TF resize for dynamic size models (#4510)
2019-12-13 Leandro Nunes[CI] Update docker image ci_lint to obtain Python 3...
2019-12-12 masahi[Quantization] Fix annotation for multiply op (#4458)
2019-12-12 Haichen Shen[Hybrid][Fix] Fix hybrid script to support array of...
2019-12-12 Dmitri MakarovFix build for llvm newer than 9.0 (#4515)
2019-12-12 optima2005[TOPI] implement pool3d op (#4478)
2019-12-12 LaiyuanGong[NODE][Serialization]fix serialization precision loss...
2019-12-12 Thomas Viehmannadd rocm schedules to topi C++ (#4507)
2019-12-12 Peter YehAdd AMD codeGen unit tests (#4509)
2019-12-11 Ramana RadhakrishnanRefactor bilinear and neighbour implementation in Tenso...
2019-12-11 Liang ZOU[codegen][Build] it's more readable to move the if...
2019-12-11 MORITA Kazutaka[RUNTIME] Fix compile errors of OpenCL FPGA backend...
2019-12-11 Peter Yehupdate rocm intrin rule (#4499)
2019-12-11 Liangfu Chen[VTA] Speedup TSIM by Multi-threading (#4491)
2019-12-10 reminisceAdd __float2half_rn for cuda compute capabilities less...
2019-12-10 Haichen Shen[Relay][Fix] Fix alter op layout when calling a global...
2019-12-10 Yizhi Liu[Team] Jared Roesch -> PPMC (#4488)
2019-12-10 Liang ZOU[docs] typos in include/tvm/ir.h (#4493)
2019-12-09 Tianqi Chen[REFACTOR][RUNTIME] Add LibraryModule that merges syste...
2019-12-09 Ina Dobreva[Relay][Frontend][TFlite] Add parses support for UNPACK...
2019-12-09 Thierry Moreau[VTA] Bringing group convolution support (#4421)
2019-12-08 ZhiCheck function attr for alpha equal (#4479)
2019-12-08 Yuanqiang Liu[Codegen] fix bug on LLVM 10.0 (#4480)
2019-12-08 Alexander PivovarovWorkaround to make conv2d_transpose compilation for...
2019-12-06 Alexander PivovarovFix typo in travserse (#4469)
2019-12-05 Zhi[relay][op] Add shape func to tile (#4441)
2019-12-04 Junru Shao[BUGFIX] Fix search path for libtvm_topi.so (#4467)
2019-12-04 ziheng[CONTRIB] TFLite Runtime (#4439)
2019-12-04 Leo-armlldb pretty printers for relay (#4453)
2019-12-04 Liang ZOU[doc] fix typo (#4463)
2019-12-04 optima2005implement conv3d op (#4400)
2019-12-03 Tianqi Chen[RUNTIME][RPC] Update RPC runtime to allow remote modul...
2019-12-03 optima2005[RUNTIME] Add cudnn conv3d (#4418)
2019-12-03 Tianqi Chen[MEMORY] Fix gcc 4.8 compact (#4461)
2019-12-03 Jammy ZhouFix the Makefile for howto_deploy (#4457)
2019-12-03 jmorrillFix MSVC build error with container.h (#4455)
2019-12-03 abergeron[TOPI][Relay][OP] Add a strided_set operation. (#4303)
2019-12-02 Yong Wu[Relay] shape func for zeros, zeros_like, ones, ones_li...
2019-12-02 anwang2009[DOCS] add benchmark log format doc (#4366)
2019-12-02 Logan Weber[µTVM] Enable AutoTVM for ARM STM32F746XX Boards (...
2019-12-02 HarryWua tiny typo (#4452)
2019-12-01 Alexander Pivovarov[TFLite] Add transpose_conv to TFLite parser (#4440)
2019-12-01 Wei Chen[Runtime] Make ADTObject POD container type (#4346)
2019-12-01 Haichen Shen[Relay][Pass] Fix lambda lift pass for recursive call...
2019-12-01 Ina Dobreva[Relay][Frontend][TFlite] Add test for qnn_mul operator...
2019-11-28 Thierry Moreaurpi4b target (#4445)
2019-11-28 Liangfu Chenfix multiple transfer issue in loaduop (#4442)
2019-11-27 Neo Chien[Doc] Fix broken link (#4438)
2019-11-27 Liangfu Chen[VTA] Enable streamlined GEMM execution (#4392)
2019-11-27 Thomas Viehmannadd DeviceName to ROCm api (#4437)
2019-11-27 Zhao Wu[ARM CPU] Fix infer shape error of depthwise (#4384)
2019-11-27 Thierry Moreau[VTA][HotFix] Relay->VTA quantization fix (#4433)
2019-11-26 Tianqi Chen[RELEASE] Update copyright message, change notice,...
2019-11-26 Tianqi Chen[DOCS] Update main website to tvm.apache.org (#4429)
2019-11-26 Junru ShaoAllow Array/Map store objects that are not NodeRef...
2019-11-26 Haichen ShenTweak debugger result (#4426)
2019-11-26 Xingyu Zhou[AutoTVM] select model with the most tuned schedules...
2019-11-26 Neo Chien[SETUP] Add optional dependencies to extras_require...
2019-11-26 Haichen Shen[Fix][Relay] Remove schedule register for nonexisting...
2019-11-26 Thierry Moreauremoving nnvm dep from VTA sources (#4419)
2019-11-25 Thomas Viehmannadd rocm codegen unittest for cross thread reduction...
2019-11-25 Siyuan Feng[Perf] Enhance cudnn and cublas backend and enable...
2019-11-24 Tianqi Chen[RUNTIME] rename allocator.make -> allocator.make_objec...
2019-11-24 Philip Hyunsu ChoFix compilaton of bfloat16 on Windows (#4415)
2019-11-24 Tianqi Chen[LICENSE] clarify the blockingqueue license, update...
2019-11-24 Yizhi Liu[License] move cma_api to 3rdparty. separate BSD 2...
2019-11-24 Tianqi Chen[LINT] Remove unnecessary copyright message for files...
2019-11-24 Yizhi Liu[Release] resolve license issues (#4408)
2019-11-23 Alexander Pivovarov[Relay][Legalize] Legalize conv2d_transpose for NHWC...
2019-11-23 Tianqi Chen[RUNTIME] Move module export to the function level...
2019-11-22 Zhi[TVM][RUNTIME] A minimum example to generate external...
2019-11-22 Yizhi Liu[LICENSE] add 3rdparty licenses (#4402)
2019-11-22 tristan-armAdded tflite frontend support for quantized mean. ...
2019-11-22 Tianqi Chen[DOCS] Mention incubating in readme (#4401)
2019-11-22 Neo Chien[Golang][Doc] improve the samples and doc (#4385)
2019-11-22 tripleyupdate_document_after_repository_renamed (#4398)
2019-11-22 Cody YuUpdate Jenkinsfile for external runtime (#4396)
2019-11-22 Haichen Shen[Relay][VM] Clean up the VM and VM profiler code (...
2019-11-21 Yizhi Liu[TOPI] Fix flaky testcase for floor div (#4382)
2019-11-21 Haichen ShenAdd Logan to reviewer (#4390)
2019-11-21 Huang, GuangtaiUpdate compile_engine.py (#4393)
2019-11-21 Siyuan Li[Relay][Frontend][TF] Fix slice when begin or size...
2019-11-21 Thomas Viehmannadd GPU checking before compilation for rocm (#4394)
2019-11-21 Animesh Jain[QNN] Lowering for Depthwise Convolution. (#4351)
2019-11-21 Zhi[fix][pass] Save the function when it is used as a...
2019-11-20 Tianqi Chen[CI] Add more info, per exec ws isolation (#4388)
2019-11-20 Zhao Wu[ThreadPool] Solve thread transitions issue (#4344)
2019-11-20 Alexander PivovarovCompare all outputs in TFLite test_forward_ssd_mobilene...
2019-11-20 Yizhi Liu[team] add Yizhi's pgp key (#4380)
2019-11-20 masahifix build with llvm trunk (#4386)
2019-11-20 Liang ZOU[doc] fix typo, codege to codegen (#4383)
2019-11-20 Tianqi Chen[CI] Avoid content-length request in test data download...
2019-11-19 Yizhi Liu[nvcc] enable multiple arch in one fatbin (#4377)
2019-11-19 Wuwei Lin[Relay][Quantize] Integrate data-aware calibration...
2019-11-19 Haichen Shen[PERF] Parallelize reduction for CPU (#4158)
2019-11-19 Yizhi Liu[tutorial][benchmark] nnvm -> relay (#4368)
next