platform/upstream/tvm.git
2020-07-15 Mahesh Ambule[TARGET] ONNX codegen (#5052)
2020-07-15 Zhao Wu[Doc] update frontend tutorials to new model based...
2020-07-15 Chenfan[Ansor][AutoTVM v2.0] Part 1: Rename namspace form...
2020-07-15 Zhao Wu[RUNTIME] Support module based interface runtime (...
2020-07-15 Andrew ReuschBuild crttest and cpptest separately. (#6057)
2020-07-15 Chenfan[Ansor][AutoTVM v2.0] Part 0: Ansor minimum system...
2020-07-14 Lily Orth-Smith[RELAY][DYN] Dynamic broadcast_to, zeros, ones (#6007)
2020-07-14 Krzysztof Parzyszek[Hexagon] Remove use of designated initializers from...
2020-07-14 MORITA Kazutaka[BYOC][COREML] Handle one symbol for each runtime ...
2020-07-14 Jinyu XieFix pytorch frontend prim::Constant issue (#6051)
2020-07-14 Matthew BrookhartRefactor to expose MakeOp functions to C++ (#6047)
2020-07-14 Liangfu Chen[IR] Fix a primitive check error (#5991)
2020-07-14 Giuseppe RossiniFix conv2_gemm after target structure update (#6037)
2020-07-14 Trevor Morris[Frontend][TFLite] Fix fully_connected converter when...
2020-07-13 Dmitriy SmirnovAdd support for tflite arg_min and arg_max (#5992)
2020-07-13 Yi-Hsiang ... [Relay] Add pass for getting calibration data from...
2020-07-13 Krzysztof Parzyszek[LLVM] Create TBAA information based on the unrelying...
2020-07-13 Lianmin Zheng[CODEGEN] Fix code generation bugs for C/CUDA & Improve...
2020-07-12 Josh Fromm[Relay][Frontend][Onnx] GRU Layer Support (#6020)
2020-07-12 Andrew ReuschµTVM CRT modifications for on-device RPC server (#5921)
2020-07-10 Krzysztof Parzyszek[LLVM/CPU] Terminate basic block after "ret" instructio...
2020-07-10 Matthew Brookhart[Relay][Dyn] Dynamic TopK Op (#6008)
2020-07-10 Zhi[REFACTOR][RELAY] Move invoke_tvm_op and shape_func...
2020-07-10 Giuseppe Rossini[Bug fix] Fix in arm_cpu/conv2d_alter_op for NHWC quant...
2020-07-10 Krzysztof ParzyszekAdd creation of Hexagon device in RPC client (#6035)
2020-07-10 lhutton1[CI][ACL] Enable ACL installation in ci_cpu docker...
2020-07-10 Cody Yu[BYOC] JSON Runtime with DNNL End-to-End Flow (#5919)
2020-07-10 Tianqi Chen[CI] Update ci-cpu to the latest (#6031)
2020-07-10 Tianqi Chen[DOCKER] Pin keras version (#6032)
2020-07-09 windclarion[TARGET] each option of target str should only contain...
2020-07-09 Zheng Jiangfix typos in comments and relay tutorial (#5999)
2020-07-09 windclarion[RUNTIME] if a param not in input, we still consume...
2020-07-09 Siju Samuel[PYTORCH]Gather op support added (#6013)
2020-07-08 HUAN-PING SURemove deplicate line (#6017)
2020-07-08 Jared Roesch[Frontend][Relay] Add Parser 2.0 (#5932)
2020-07-08 lhutton1Option to specify alternate directory to output build...
2020-07-08 Yizhi Liu[TEST][FLAKY] test_arith_solve_linear_inequality.py...
2020-07-08 Haibin Lin[Frontend][MXNet] MXNet frontend support for AMP cast...
2020-07-08 Tianqi Chen[VTA] Move compiler related registry items to vta/build...
2020-07-08 Krzysztof ParzyszekCache object refs in loop partitioner instead of object...
2020-07-08 Krzysztof Parzyszek[LLVM] Auto-convert shuffle with single index to "extra...
2020-07-08 Jared RoeschFix what looks like bizzare copy-paste issue (#6010)
2020-07-07 Tianqi Chen[DOCKER] Only pass pythonpath for ci images (#6005)
2020-07-07 Matthew BrookhartDynamic Tile Op (#5983)
2020-07-07 Christian ClaussUndefuned names: import os for line 324 & import re...
2020-07-07 Christian ClaussUpdate main.yml (#6002)
2020-07-07 Lianmin ZhengFix tune_relay_cuda.py (#6001)
2020-07-06 Yizhi Liu[Arith] Inequalities solver (#5618)
2020-07-06 Josh Fromm[Relay][Frontend][Onnx] Small bug fix for Conv1D import...
2020-07-05 Junru Shao[Target] Use TargetNode::attrs for Target serialization...
2020-07-03 Animesh Jain[TFLite] QNN support for TFLite 2.1.0 quantized models...
2020-07-03 Krzysztof Parzyszek[LLVM] VectorType::get with two parameters is deprecate...
2020-07-02 Josh Fromm[Tutorial] Demo showing how to run a pruned 🤗 model...
2020-07-02 Junru Shao[Target] Migrate data structure of TargetNode (#5960)
2020-07-02 Krzysztof Parzyszek[LLVM] Remove redundant function CreateBufferVecPtr...
2020-07-02 Leslie-Fangfix tvm relay testing tf.py typo error (#5977)
2020-07-02 Lianmin Zheng[TOPI] Fix x86 conv2d template when tuning with unpacke...
2020-07-02 Trevor Morris[Relay/TOPI][OP] Add meshgrid op in Relay, TOPI, Pytorc...
2020-07-01 Lianmin Zheng[RELAY] Add resnet-3d & Update network definitions...
2020-07-01 Matthew Brookhart[DYNAMIC] Add Dynamic reshape to a dynamic namespace...
2020-07-01 Trevor MorrisAdd MXnNet parser for box_decode (#5967)
2020-07-01 Andrew ReuschImprove docker/bash.sh to handle git worktrees (#5970)
2020-06-30 Krzysztof ParzyszekPrint right number of parentheses for LoadNode (#5965)
2020-06-30 Krzysztof ParzyszekRaise an exception when extern function does not return...
2020-06-30 Giuseppe RossiniFix small typo in nn.conv2d_gemm_weight_transform ...
2020-06-30 Thomas ViehmannMake first order gradient graphs more efficient (#5959)
2020-06-30 abergeronFix the meaning of conv{1,2}d_transpose output_padding...
2020-06-30 Thomas ViehmannAmendments for gradients (#5941)
2020-06-30 Thomas Viehmann[RELAY][GRAD] handle Tuple/TupleGetItem in first order...
2020-06-30 Leon WangFix some typo errors in license header (#5956)
2020-06-30 Trevor Morris[OpenCL] Fix OpenCL get_valid_counts errors due to...
2020-06-29 Tianqi Chen[TIR][ANALYSIS] Refine side effect analysis. (#5954)
2020-06-29 Yong Wu[Relay] symbolic max_output_size (#5844)
2020-06-28 Yanming Wang[BUGFIX] Add cuda 11 to contrib.nvcc.find_libdevice_pat...
2020-06-28 Tianqi Chen[REFACTOR][TIR][API-Change] Range/IntSet API style...
2020-06-28 Zhi[RELAY][VM] Add shape_of instruction (#5855)
2020-06-28 Meteorixadd rm xla attributes in tf docs (#5950)
2020-06-28 Meteorixraise right error in tensorflow split op (#5951)
2020-06-28 Tianqi Chen[TIR] Improve Let/LetStmt support. (#5949)
2020-06-28 Yizhi Liu[Doc] minor fix for release doc (#5948)
2020-06-28 Lianmin Zhengfix string argument mismatch in GraphRuntimeCodegen...
2020-06-27 Tianqi Chen[TIR][PASS] Remove legacy HoistIfThenElse (#5944)
2020-06-27 Tianqi ChenUpdate date in the NOTICE (#5942)
2020-06-27 Tianqi Chen[TIR][OP][API-CHANGE] Remove CallNode.call_type in...
2020-06-26 Cody Yuadd dnnl (#5936)
2020-06-26 MORITA Kazutaka[CODEGEN][CONTRIB] Various update for CoreML codegen...
2020-06-26 Cody Yu[Runtime] Only initialize required module (#5926)
2020-06-26 Baden HughesUpdate code_review.rst (#5923)
2020-06-26 Matthew BrookhartAdd TupleGetItem to CSE (#5931)
2020-06-26 Chenfan[Arith][GPU]Rewrite simplify fix for Vectorized Coopera...
2020-06-26 Matthew Brookhart[PatternLang] Don't rewrite expressions used outside...
2020-06-26 Lianmin Zheng[TE] Add LegalizeInvalidAttach to legalize the compute_...
2020-06-26 Cody Yurefine error (#5929)
2020-06-26 Yizhi Liu[BACKPORT-0.6][Bugfix][Arith] keep div_mode during...
2020-06-25 Thomas ViehmannTwo small fixes to AMDCPU codegen for LLVM 10+ and...
2020-06-25 Baden HughesUpdate install.rst (#5858)
2020-06-25 Haichen Shen[Relay][Vm] Some performance improvement to VM (#5901)
2020-06-25 ChenfanCUDA device API & VerifyGPUCode pass update (#5898)
2020-06-25 Yao Wang[Thread Backend]Fix CPU Thread Binding for Multiple...
2020-06-24 Tom GallAdd MicroTVM tutorial using the STM32F746 discovery...
next