platform/upstream/tvm.git
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...
2020-06-24 Tianqi Chen[TIR][REFACTOR] Deprecate FreeStmt (#5890)
2020-06-24 Cody Yu[PatternLang] Support any index matching for TupleGetIt...
2020-06-24 lixiaoquanFix serialization of inf float value (#5912)
2020-06-24 Thomas ViehmannDon't multiply by constant 1 uselessly in dense (#5911)
2020-06-24 Thomas ViehmannPyTorch frontend: fix handling of duplicate use of...
2020-06-24 Junru ShaoAllow implicit conversion in TVM FFI to tvm::Bool ...
2020-06-23 Matthew BrookhartAdd Binary Intrinsic ops to TIR Ops in C++ (#5900)
2020-06-23 Thomas Viehmannadd a few gradients (#5899)
2020-06-23 Jared RoeschRust Refactor Stage 4: Rewrite Rust graph runtime to...
2020-06-23 Tianqi ChenFix the python intrin rule (#5895)
2020-06-23 Cody Yu[Relay]Allow every runtime module to handle constants...
2020-06-23 Cody Yuremove fatal (#5888)
2020-06-23 Giuseppe Rossini[RFC] Improve quantized convolution performance for...
2020-06-23 Tianqi Chen[TIR][REFACTOR][API-CHANGE] Change Call.name to Call...
2020-06-22 Haichen Shen[COMMUNITY] Matthew Brookhart -> Reviewer (#5886)
2020-06-22 Thomas Viehmannkeep parameter names from PyTorch (#5887)
2020-06-22 Thomas ViehmannImprove type handling in PyTorch frontend (#5834)
2020-06-22 Matthew BrookhartFail early before running invalid dynamic graphs (...
2020-06-22 Junru Shao[Bugfix][Build] Fix building with LLVM-10 on macOS...
2020-06-21 Balint Cristian[QUANTIZE] Add nn.batch_flatten as quantizable. (#5805)
2020-06-20 Junru Shao[Target] Introduce Target Id Registry (#5838)
2020-06-20 Cody Yu[DOCS] Update has_dtype/has_shape to pattern lang doc...
2020-06-19 Tianqi ChenFix map assign issue in CI test (#5854)
2020-06-19 Thomas ViehmannAdd Python Classes for all Attrs (#5853)
2020-06-19 Menooker[DataType] Add bfloat16 (#5601)
2020-06-19 Junru Shao[Object] Introduce POD-C Compliant tvm::Map (#5740)
2020-06-19 mbaret[FIX] Recover global state after test_util.py (#5824)
2020-06-18 Haichen Shen[AutoTVM] Suppress the warning messages when compile...
2020-06-18 ANSHUMAN TRIPATHYAdditional canonicalization added for AddNode (#5846)
2020-06-18 Matthew Brookhartfix batchnorm infer_value error, add regression test...
2020-06-18 Zhi[RUNTIME] Introduce MetadataModule to separate code...
2020-06-18 Jared Roesch `tvm` crate stage 3 of Rust refactor (#5769)
2020-06-18 Thomas Viehmannffi (Object): make class dict visible in instances...
2020-06-18 masahi[Torch][Quantized] Fix converting serialized quantized...
2020-06-18 Siju Samuel[KERAS]RepeatVector, Conv3DTranspose op support added...
2020-06-17 Thomas ViehmannAdd a combine batch_matmul pass (#5791)
2020-06-17 Haichen Shen[Frontend][MXNet] Support a few contrib ops in mxnet...
2020-06-17 Yao Wang[Frontend][TensorFlow]Fix TF Dynamic input shape (...
2020-06-17 Mahesh Ambule[Relay, Topi] [Frontend][TFLite, MXNet] ReverseSequence...
2020-06-17 Zhi[RUNTIME][String] Overload string operators (#5806)
2020-06-17 Haichen Shen[Fix] Fix recursive let for well formed check (#5780)
2020-06-16 lixiaoquan[MergeComposite] Fix InferType when module contains...
2020-06-16 Thomas Viehmannfix relay.build to not change the module argument in...
next