platform/upstream/tvm.git
2020-04-20 Tianqi Chen[TIR][REFACTOR] RewriteForTensorCore -> te/schedule...
2020-04-20 Samuel[PYTORCH]Unary Ops (#5378)
2020-04-19 Tianqi Chen[TIR][REFACTOR] Remove te::Tensor dependencies from...
2020-04-19 shoubhikRemove developer facing api from frontend exports....
2020-04-19 Josh FrommAdd cuda target check to dense tensorcore schedule...
2020-04-19 Tang, Shizhi[TIR] Fix lower_warp_memory when there are >1 warp...
2020-04-18 Tianqi Chen[TIR][REFACTOR] Migrate low-level passes in tvm.lower...
2020-04-18 Krzysztof Parzyszek[RUNTIME] FastRPC interface for Hexagon runtime (#5353)
2020-04-18 Zhifix fuse over functions that are handled by external...
2020-04-17 Marcus Shawcroftdocker: Drop caffe2 download progess bars (#5359)
2020-04-17 Samuel[RELAY][PYTORCH]GroupNorm op support added (#5358)
2020-04-17 Tang, Shizhi[TIR] Make lower_warp_memory support extent(threadIdx...
2020-04-17 Animesh Jain[TOPI-ARM] Do not alter layout if layout is NHWC (...
2020-04-17 Krzysztof Parzyszek[Hexagon] Add hexagon_posix.cc to TVM/RT sources in...
2020-04-17 Samuel[PYTORCH]Tensor creation ops support (#5347)
2020-04-16 Samuel[CRT]Compilation warnings fixed for 32bit and 64bit...
2020-04-16 Zhienable tsim and fsim for GPU build (#5352)
2020-04-16 mbaret[BYOC][FIX] Fix typo in "default" (#5348)
2020-04-16 windclarion[RUNTIME][CRT] support DLTensor whose ndim == 0 (#5344)
2020-04-16 mbaret[RELAY][BYOC] Register pattern tables from external...
2020-04-16 Samuel[TOPI][PYTORCH]Logical & Bitwise operator support ...
2020-04-15 Tianqi Chen[DOCS] Bring relay docs to the top-level flat view...
2020-04-15 masahi[Tutorial, QNN] Add tutorial for loading quantized...
2020-04-15 Trevor Morris[BYOC] Prevent duplicate outputs in subgraph Tuple...
2020-04-15 Tianqi Chen[TIR] Remove ProducerConsumer and AllocateNode::new_exp...
2020-04-15 Tianqi Chen[PYTHON] Enhance with_attr API, cleanup MakeAPILegacy...
2020-04-15 Leyuan Wang[TOPI] Improve get_valid_count and nms performance...
2020-04-15 Animesh Jain[TOPI] Using x86 schedules for ARM conv2d. (#5334)
2020-04-15 Samuel[PYTORCH]Take, Topk op support (#5332)
2020-04-15 jmorrillWindows Support for cpp_rpc (#4857)
2020-04-15 Jared Roesch[Runtime][Relay][Cleanup] Clean up for memory pass...
2020-04-15 Leandro Nunes[CI] Fix build.sh to propagate --network=host to the...
2020-04-15 Krzysztof Parzyszek[LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCal...
2020-04-15 Tianqi Chen[RELAY] Remove re-exports of tvm.transform (#5337)
2020-04-14 Tianqi Chen[TIR] Refactor MakePackedAPI to target dependent stage...
2020-04-14 Samuel[RELAY][PYTORCH]isNan, isinf, isfinite, ceil, clamp...
2020-04-14 Wuwei Lin[TE][BuildModule] Fix import in dump pass ir (#5327)
2020-04-14 Mahesh Ambule[Frontend|MXNet] SwapAxis operator support (#5246)
2020-04-14 LiangLiu[CODEGEN][CUDA] Fix vector load (#5226)
2020-04-14 masahiadd memoized expr translator for use by backend codegen...
2020-04-13 Tianqi Chen[COMMUNITY] @mbaret -> Reviewer (#5322)
2020-04-13 Zhi[BYOC] Enhance partitioning and external codegen (...
2020-04-13 Tianqi Chen[RUNTIME][IR] Allow non-nullable ObjectRef, introduce...
2020-04-13 Josh Fromm[Topi] Tensorcore support for Conv3D (#5284)
2020-04-13 windclarion[REALY][OP] fix typo (#5315)
2020-04-13 Samuel[PYTORCH]Reduce_ops support added (#5308)
2020-04-13 masahi[Torch] Support Python list, more realistic recurrent...
2020-04-12 Junru Shao[Intrinsic] Add log1p, ldexp, atan2, hypot, nextafter...
2020-04-12 Jared Roesch[Rust][CI] Restore Rust CI (#5137)
2020-04-12 ZhiRemove PrimExpr from String (#5311)
2020-04-12 Animesh Jain[Requantize] Cleanup and Optimize Lowering (#5286)
2020-04-12 Tianqi Chen[IR][TRANSFORM] Enable CopyOnWrite for passes. (#5309)
2020-04-11 Samuel[PYTORCH]Abs, Arange, Softplus ops (#5295)
2020-04-11 Krzysztof Parzyszek[LLVM] Fix generation of LLVM intrinsics (#5282)
2020-04-11 masahi[BYOC] Add example of Composite + Annotate for DNNL...
2020-04-11 Yao Wang[Frontend][TensorFlow]Improve TensorFlow Static Shape...
2020-04-11 Tianqi Chen[RUNTIME] Introduce RValue reference(move) support...
2020-04-10 Huacong Yang[RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose...
2020-04-10 Cody Yu[BYOC] Refine AnnotateTarget and MergeCompilerRegion...
2020-04-10 Tianqi Chen[CI] Fix the hexagon string (#5304)
2020-04-10 Yizhi Liu[Arith] linear system and equation solver (#5171)
2020-04-10 Samuel[PYTORCH]Repeat, Reciprocal & Reshape Op support (...
2020-04-10 MORITA Kazutaka[FRONTEND][TENSORFLOW] Fix gather_nd indices (#5279)
2020-04-10 weiliangweiliangUpdate device_annotation.cc (#5291)
2020-04-10 Zhi[REFACTOR][IR] Move to runtime::String (#5276)
2020-04-10 hlu1[NDArray] Set shape_ in NDArray::FromDLPack (#5301)
2020-04-10 Krzysztof Parzyszek[RUNTIME] Initial implementation of Hexagon runtime...
2020-04-10 Cody Yu[BYOC] Refine DNNL Codegen (#5288)
2020-04-10 shoubhikAdding support for TFLite QnnSub operator. (#5230)
2020-04-10 Tianqi Chen[NODE] General serialzation of leaf objects into bytes...
2020-04-10 Animesh JainLegalize - Use Non-recursive Rewriter. (#5296)
2020-04-10 Yizhi Liu[Node] Provide guide to user who has difficulty registe...
2020-04-10 Samuel[TENSORFLOW]reduce ops updated (#5180)
2020-04-10 yongfeng-nvCreate loops according to storage scope and thread...
2020-04-10 Tianqi Chen[CI] Temporary disable CRT test (#5297)
2020-04-09 Tianqi Chen[BUGFIX] Fix CRT static test bug (#5293)
2020-04-08 Zhi[BUGFIX][IR] Fix String SEqual (#5275)
2020-04-08 Luis Vegaupdate compiler version in docs (#5281)
2020-04-08 Haichen Shen[LINT] Remove scalalint from lint deps (#5269)
2020-04-08 Krzysztof Parzyszek[LLVM] Include Support/Host.h for declaration of getDef...
2020-04-08 Samuel[PYTORCH]celu, gelu, selu activations (#5263)
2020-04-08 mbaret[RELAY][BYOC] Add support for composite functions in...
2020-04-07 tobe[RUNTIME] Implement TVMDSOOp(TensorFlow custom op)...
2020-04-07 Krzysztof Parzyszek[LLVM] Do not use x86_vcvtph2ps_256 intrinsic with...
2020-04-07 Tianqi Chen[RUNTIME] Quick fix PackedFunc String passing (#5266)
2020-04-07 Krzysztof Parzyszek[LLVM] Use llvm::ElementCount with LLVM 11+ when creati...
2020-04-07 Krzysztof Parzyszek[LLVM] Use llvm::Align with LLVM 11+ to avoid warnings...
2020-04-07 Liangfu Chen[uTVM][Runtime] Introduce Virtual Memory Allocator...
2020-04-07 Haichen Shen[Relay][OP] Add fast_erf implementation (#5241)
2020-04-07 Tianqi Chen[TIR] Fix perf regression of tir refactor (#5258)
2020-04-07 Adrian MuresanFixed typo and type mismatch (#5259)
2020-04-07 Samuel[Pytorch]layernorm bug fix and testcase updated (#5257)
2020-04-07 Samuel[TFLITE]Hard Swish & MobilnetV3 model testing (#5239)
2020-04-07 Pratik Fegade[TE] Minor bugfix in message_passing.cc (#5254)
2020-04-06 Haichen Shen[Topi] Breakdown topi.cc into smaller files (#5253)
2020-04-06 Samuel[PYTORCH]LayerNorm support added (#5249)
2020-04-06 Tianqi Chen[RUNTIME] Enable auto conversion from str to runtime...
2020-04-06 Tang, Shizhifix lower_warp_memory (#5247)
2020-04-06 chinakookfix to skip node not in graph. (#5238)
2020-04-06 Haichen Shen[CI] Update MxNet to 1.6.0 with MKL (#5240)
next