platform/upstream/tvm.git
2020-05-08 Tianqi Chen[RPC] Improve RPCServer AsyncIO support. (#5544)
2020-05-08 tobeLoad platform specific lib for tvmdsoop instead of...
2020-05-08 Samuel[CRT]fix to reduce RAM size during loading model (...
2020-05-08 Thierry Moreaufix restructured text (#5541)
2020-05-08 Matthew BrookhartAdd Onnx Pad v11 (#5539)
2020-05-08 Krzysztof ParzyszekChanges to cpp_rpc to make it work on Android (+ Hexago...
2020-05-08 Animesh Jain[Relay-TFLite] FP32 and Quantized Object Detection...
2020-05-08 Tianqi Chen[RUNTIME] Store nullptr PackedFunc as nullptr for bette...
2020-05-07 ANSHUMAN TRIPATHY[Refactor][std::string --> String] IRModule is updated...
2020-05-07 Tianqi Chen[RPC][BUGFIX] Fix remote device sync (#5538)
2020-05-07 Samuel[RELAY][ONNX]ReduceLogSumExp Operator support (#5453)
2020-05-07 Tianqi Chen[WEB][RUNTIME] TVM WebAssembly JS Runtime (#5506)
2020-05-07 Mahesh Ambule[Frontend][TFLite] ADD_N operator (#5474)
2020-05-07 Matthew Brookhartfix a few bugs with shape inference and types in the...
2020-05-07 Krzysztof ParzyszekCache PrimExpr instead of raw pointers in bound analyze...
2020-05-07 wsl-inspur[TOPI][Winograd] Optimization of Conv2d Winograd algori...
2020-05-07 ANSHUMAN TRIPATHY [FRONTEND][TFLite] Fully connected op conversion made...
2020-05-07 Samuel[TFLITE]Select op support for tflite frontend (#5486)
2020-05-06 Matthew BrookhartFix an issue with Upsampling and update one test to...
2020-05-06 Matthew BrookhartLRN only supports 4D tensors, remove it from alter_op_l...
2020-05-06 Tianqi Chen[RUNTIME] Improve PackedFunc robustness (#5517)
2020-05-06 Tianqi Chen[RPC] Fix the multihop cpu case (#5522)
2020-05-06 Matthew Brookhartfix prelu importer and add tests: (#5521)
2020-05-05 Samuel[TFLITE]Nit: Function names made consitent (#5515)
2020-05-05 Ramana Radhakrishnan[PATCH] [ring_buffer.h] Improve commentary for RingBuff...
2020-05-05 Tianqi Chen[RPC][BUGFIX][BACKPORT-0.6] Fix bug in rpc ring buffer...
2020-05-05 mbaret[QNN] Support CallNode inputs in qnn.concatenate (...
2020-05-05 Tianqi Chen[RPC] Call sync in remote cpu to gpu copies (#5512)
2020-05-05 Tianqi Chen[REFACTOR][RPC][PROCOTOL-CHANGE] Modularize the RPC...
2020-05-04 MORITA Kazutaka[RUST][RUNTIME] Fix workspace (#5503)
2020-05-04 Yao WangFix Canonical Simplifier (#5505)
2020-05-03 Thomas Viehmannbump tophub rocm version (#5504)
2020-05-02 Andrew Reusch[uTVM] Reset target and wait for runtime initialization...
2020-05-02 MORITA Kazutaka[Rust] Fixes for wasm32 target (#5489)
2020-05-02 Thierry Moreau[TFLite] Model importer to be compatible with tflite...
2020-05-01 Krzysztof ParzyszekLink necessary libraries when building runtime for...
2020-05-01 Zhi[REFACTOR][BOYC] Non recursive partitioning (#5493)
2020-05-01 Samuel[MXNET]broadcast and logical op support (#5461)
2020-05-01 Krzysztof Parzyszek[Hexagon] Change "scalar" and "stack" in IDL from ...
2020-05-01 Krzysztof ParzyszekMake "none" DataType explicit (#5491)
2020-04-30 Tianqi Chen[IR] Initial stab at std::string->String upgrade (...
2020-04-30 Animesh JainRemoving older Object detection TFlite test (#5477)
2020-04-30 Andrew Reusch[RUNTIME][uTVM] AutoTVM + uTVM for Cortex-M7 (#5417)
2020-04-30 Zhi[Fix] Add ConstantNode to IsAtomic (#5457)
2020-04-30 Hua Jiang[VTA] Fix VTA compile issue (#5481)
2020-04-30 Tianqi Chen[RUNTIME] Improved Packed FFI for optional. (#5478)
2020-04-30 Yizhi Liu[team] add reviewer kparzysz-quic (#5482)
2020-04-30 Samuel[FRONTEND][TFLITE]Logical not op support (#5475)
2020-04-30 Bing Xu[intrin] a few more math functions (#5468)
2020-04-30 ZHANG Hao[VTA][Runtime] clear sram index in reset (#5470)
2020-04-29 mbaret[BYOC] Bind constant tuples in graph partitioner (...
2020-04-29 Tianqi Chen[CI] update ci-gpu to the latest (#5469)
2020-04-29 boh_inspur[CODEGEN][CUDA] Fix a bug when vectorized load&store...
2020-04-29 mbaret[TFLITE] Match TFLite shape for SSD custom op (#5473)
2020-04-29 Mahesh Ambule[Frontend][TFLite] support for FILL and SPLIT_V operato...
2020-04-29 Mahesh Ambule[Frontend][TFLite] L2_POOL_2D operator (#5452)
2020-04-29 Thierry Moreau[COMMUNITY] @liangfu -> committer (#5460)
2020-04-28 Leandro NunesImprove Docker cache reuse by pointing to the current...
2020-04-28 SXM-inspur[Topi][Cuda]Optimizations of global_ave_pool for NHWC...
2020-04-28 Matthew BrookhartAdd RoiAlign to Onnx frontend (#5454)
2020-04-27 Michal Piszczek[TFLite Runtime] Add TFLite Runtime dependencies to...
2020-04-27 Nikolay Nez[Pytorch] fix translation of transpose when axis argume...
2020-04-27 notoraptor[relay][topi] Add operation relay.nn.dilate() which...
2020-04-27 Samuel[ONNX]GatherNd, Round, IsNaN, IsInf (#5445)
2020-04-27 yongfeng-nvImprove IntervalSet's floormod (#5367)
2020-04-26 Thierry Moreau[Docs] VTA install doc migration from md to rst (#5442)
2020-04-26 Samuel[KERAS]Embedding layer (#5444)
2020-04-25 mbaret[RELAY] Move frontend utils (#5345)
2020-04-25 Wei Pan[CodeGen] Cleanup generated code (#5424)
2020-04-25 Matthew BrookhartAdd TopK to ONNX Frontend (#5441)
2020-04-25 Thomas Viehmannfix miopen pad (#5433)
2020-04-25 Samuel[PYTORCH]Rsub, Embedded, OneHot ops support (#5434)
2020-04-25 Samuel[RELAY][PYTORCH]cosh,sinh,log2,log10,log1p op support...
2020-04-24 Tianqi Chen[RUNTIME][OBJECT] Introduce static slots for common...
2020-04-24 JishinMasterCorrected TVM autotuning on GPU (#5432)
2020-04-24 Thomas Viehmannmisc fixes for ROCm (pointer lifetime, runtime::String...
2020-04-24 Samuel[FRONTEND][TFLITE]Gather, StridedSlice op support added...
2020-04-24 Samuel[PYTORCH]where, addcdiv, addcmul op support (#5383)
2020-04-24 Tianqi Chen[PY][FFI] Introduce PyNativeObject, enable runtime...
2020-04-24 MORITA Kazutaka[FRONTEND][MXNET] support elemwise logic ops (#5361)
2020-04-23 Michal PiszczekAdd option to specify flatbuffers location (#5425)
2020-04-23 Samuel[MXNET]DepthToSpace & SpaceToDepth Operator (#5408)
2020-04-23 Ramana Radhakrishnan[RFC] Pytest environment improvements (#5421)
2020-04-23 Cody Yu[BYOC] Use Non-Recursive Visitor/Mutator (#5410)
2020-04-23 Tianqi Chen[DOCS] Migrate some markdowns to rst, fix sphinx3 warni...
2020-04-23 Ramana Radhakrishnan[CI] Migrate Tensorflow and Tensorflow lite in CI to...
2020-04-23 Wei Pan[cuDNN] Add cuDNN grouped convolutions support (#5319)
2020-04-23 Zhao Wu[Frontend] Asymmetric padding of convolution support...
2020-04-23 samwyifix [RUNTIME][VULKAN] vkBuffer released before memory...
2020-04-23 MORITA Kazutaka[DOCS] Migrate HLS documents from md to rst (#5419)
2020-04-23 MORITA Kazutaka[RUNTIME][CONTRIB] CoreML Runtime (#5283)
2020-04-23 Tianqi Chen[TIR][REFACTOR] Remove ir_pass in favor of analysis...
2020-04-23 Andrew ReuschDon't remove() TempDirectory in __del__ after atexit...
2020-04-22 Krzysztof Parzyszek[LLVM] Replace calls to Type::getVectorNumElements...
2020-04-22 Andrew ReuschCustomize SI prefix in logging (#5411)
2020-04-22 Haichen Shen[Relay] Fix memory leak when accessing NDArray (#5413)
2020-04-22 Tianqi Chen[TIR] Enhance Substitute, python bindings for Substitut...
2020-04-22 Tianqi ChenUpdate dmlc-core to latest (#5401)
2020-04-22 Haichen Shen[Fix] Remove the duplicate PrintIR pass in Relay (...
2020-04-22 Ramana RadhakrishnanFactor out import of common tflite.Operator in tflite...
next