2020-04-22 |
Andrew Reusch | Customize SI prefix in logging (#5411) |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Haichen Shen | [Relay] Fix memory leak when accessing NDArray (#5413) |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Tianqi Chen | [TIR] Enhance Substitute, python bindings for Substitut... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Tianqi Chen | Update dmlc-core to latest (#5401) |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Haichen Shen | [Fix] Remove the duplicate PrintIR pass in Relay (... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Ramana Radhakrishnan | Factor out import of common tflite.Operator in tflite... |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Samuel | [KERAS]Minimum & AlphaDropout op support (#5380) |
commit | commitdiff | tree | snapshot |
2020-04-22 |
Krzysztof Parzyszek | [LLVM] Use ArrayRef<int> in calls to CreateShuffleVecto... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Tianqi Chen | [PTYTHON] Migrate VTA TIR passes to the new pass manage... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Ramana Radhakrishnan | Tf2 test fixups (#5391) |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Andrew Reusch | Fix test_ir_type. (#5390) |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Animesh Jain | [Topi, ARM] Disbale Winograd for quantized tensors... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Josh Fromm | Add ability to have multiple copies of same input to... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Tianqi Chen | [ARITH] Remove legacy const pattern functions (#5387) |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Tianqi Chen | [ARITH] Remove the legacy Simplify, migrate to Analyzer... |
commit | commitdiff | tree | snapshot |
2020-04-21 |
Tianqi Chen | [REFACTOR][TE] Inline -> te/schedule/operation_inline... |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Bing Xu | [Blocksparse] Pipeline for lowering dense model to... |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Tianqi Chen | [TIR][REFACTOR] RewriteForTensorCore -> te/schedule... |
commit | commitdiff | tree | snapshot |
2020-04-20 |
Samuel | [PYTORCH]Unary Ops (#5378) |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Tianqi Chen | [TIR][REFACTOR] Remove te::Tensor dependencies from... |
commit | commitdiff | tree | snapshot |
2020-04-19 |
shoubhik | Remove developer facing api from frontend exports.... |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Josh Fromm | Add cuda target check to dense tensorcore schedule... |
commit | commitdiff | tree | snapshot |
2020-04-19 |
Tang, Shizhi | [TIR] Fix lower_warp_memory when there are >1 warp... |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Tianqi Chen | [TIR][REFACTOR] Migrate low-level passes in tvm.lower... |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Krzysztof Parzyszek | [RUNTIME] FastRPC interface for Hexagon runtime (#5353) |
commit | commitdiff | tree | snapshot |
2020-04-18 |
Zhi | fix fuse over functions that are handled by external... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Marcus Shawcroft | docker: Drop caffe2 download progess bars (#5359) |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Samuel | [RELAY][PYTORCH]GroupNorm op support added (#5358) |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Tang, Shizhi | [TIR] Make lower_warp_memory support extent(threadIdx... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Animesh Jain | [TOPI-ARM] Do not alter layout if layout is NHWC (... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Krzysztof Parzyszek | [Hexagon] Add hexagon_posix.cc to TVM/RT sources in... |
commit | commitdiff | tree | snapshot |
2020-04-17 |
Samuel | [PYTORCH]Tensor creation ops support (#5347) |
commit | commitdiff | tree | snapshot |
2020-04-16 |
Samuel | [CRT]Compilation warnings fixed for 32bit and 64bit... |
commit | commitdiff | tree | snapshot |
2020-04-16 |
Zhi | enable tsim and fsim for GPU build (#5352) |
commit | commitdiff | tree | snapshot |
2020-04-16 |
mbaret | [BYOC][FIX] Fix typo in "default" (#5348) |
commit | commitdiff | tree | snapshot |
2020-04-16 |
windclarion | [RUNTIME][CRT] support DLTensor whose ndim == 0 (#5344) |
commit | commitdiff | tree | snapshot |
2020-04-16 |
mbaret | [RELAY][BYOC] Register pattern tables from external... |
commit | commitdiff | tree | snapshot |
2020-04-16 |
Samuel | [TOPI][PYTORCH]Logical & Bitwise operator support ... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Tianqi Chen | [DOCS] Bring relay docs to the top-level flat view... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
masahi | [Tutorial, QNN] Add tutorial for loading quantized... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Trevor Morris | [BYOC] Prevent duplicate outputs in subgraph Tuple... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Tianqi Chen | [TIR] Remove ProducerConsumer and AllocateNode::new_exp... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Tianqi Chen | [PYTHON] Enhance with_attr API, cleanup MakeAPILegacy... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Leyuan Wang | [TOPI] Improve get_valid_count and nms performance... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Animesh Jain | [TOPI] Using x86 schedules for ARM conv2d. (#5334) |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Samuel | [PYTORCH]Take, Topk op support (#5332) |
commit | commitdiff | tree | snapshot |
2020-04-15 |
jmorrill | Windows Support for cpp_rpc (#4857) |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Jared Roesch | [Runtime][Relay][Cleanup] Clean up for memory pass... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Leandro Nunes | [CI] Fix build.sh to propagate --network=host to the... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Krzysztof Parzyszek | [LLVM] Use llvm::FunctionCallee in IRBuilder::CreateCal... |
commit | commitdiff | tree | snapshot |
2020-04-15 |
Tianqi Chen | [RELAY] Remove re-exports of tvm.transform (#5337) |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Tianqi Chen | [TIR] Refactor MakePackedAPI to target dependent stage... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Samuel | [RELAY][PYTORCH]isNan, isinf, isfinite, ceil, clamp... |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Wuwei Lin | [TE][BuildModule] Fix import in dump pass ir (#5327) |
commit | commitdiff | tree | snapshot |
2020-04-14 |
Mahesh Ambule | [Frontend|MXNet] SwapAxis operator support (#5246) |
commit | commitdiff | tree | snapshot |
2020-04-14 |
LiangLiu | [CODEGEN][CUDA] Fix vector load (#5226) |
commit | commitdiff | tree | snapshot |
2020-04-14 |
masahi | add memoized expr translator for use by backend codegen... |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Tianqi Chen | [COMMUNITY] @mbaret -> Reviewer (#5322) |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Zhi | [BYOC] Enhance partitioning and external codegen (... |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Tianqi Chen | [RUNTIME][IR] Allow non-nullable ObjectRef, introduce... |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Josh Fromm | [Topi] Tensorcore support for Conv3D (#5284) |
commit | commitdiff | tree | snapshot |
2020-04-13 |
windclarion | [REALY][OP] fix typo (#5315) |
commit | commitdiff | tree | snapshot |
2020-04-13 |
Samuel | [PYTORCH]Reduce_ops support added (#5308) |
commit | commitdiff | tree | snapshot |
2020-04-13 |
masahi | [Torch] Support Python list, more realistic recurrent... |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Junru Shao | [Intrinsic] Add log1p, ldexp, atan2, hypot, nextafter... |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Jared Roesch | [Rust][CI] Restore Rust CI (#5137) |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Zhi | Remove PrimExpr from String (#5311) |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Animesh Jain | [Requantize] Cleanup and Optimize Lowering (#5286) |
commit | commitdiff | tree | snapshot |
2020-04-12 |
Tianqi Chen | [IR][TRANSFORM] Enable CopyOnWrite for passes. (#5309) |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Samuel | [PYTORCH]Abs, Arange, Softplus ops (#5295) |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Krzysztof Parzyszek | [LLVM] Fix generation of LLVM intrinsics (#5282) |
commit | commitdiff | tree | snapshot |
2020-04-11 |
masahi | [BYOC] Add example of Composite + Annotate for DNNL... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Yao Wang | [Frontend][TensorFlow]Improve TensorFlow Static Shape... |
commit | commitdiff | tree | snapshot |
2020-04-11 |
Tianqi Chen | [RUNTIME] Introduce RValue reference(move) support... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Huacong Yang | [RELAY][FRONTEND][CAFFE2] add Mul and ConvTranspose... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Cody Yu | [BYOC] Refine AnnotateTarget and MergeCompilerRegion... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Tianqi Chen | [CI] Fix the hexagon string (#5304) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Yizhi Liu | [Arith] linear system and equation solver (#5171) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Samuel | [PYTORCH]Repeat, Reciprocal & Reshape Op support (... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
MORITA Kazutaka | [FRONTEND][TENSORFLOW] Fix gather_nd indices (#5279) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
weiliangweiliang | Update device_annotation.cc (#5291) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Zhi | [REFACTOR][IR] Move to runtime::String (#5276) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
hlu1 | [NDArray] Set shape_ in NDArray::FromDLPack (#5301) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Krzysztof Parzyszek | [RUNTIME] Initial implementation of Hexagon runtime... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Cody Yu | [BYOC] Refine DNNL Codegen (#5288) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
shoubhik | Adding support for TFLite QnnSub operator. (#5230) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Tianqi Chen | [NODE] General serialzation of leaf objects into bytes... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Animesh Jain | Legalize - Use Non-recursive Rewriter. (#5296) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Yizhi Liu | [Node] Provide guide to user who has difficulty registe... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Samuel | [TENSORFLOW]reduce ops updated (#5180) |
commit | commitdiff | tree | snapshot |
2020-04-10 |
yongfeng-nv | Create loops according to storage scope and thread... |
commit | commitdiff | tree | snapshot |
2020-04-10 |
Tianqi Chen | [CI] Temporary disable CRT test (#5297) |
commit | commitdiff | tree | snapshot |
2020-04-09 |
Tianqi Chen | [BUGFIX] Fix CRT static test bug (#5293) |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Zhi | [BUGFIX][IR] Fix String SEqual (#5275) |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Luis Vega | update compiler version in docs (#5281) |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Haichen Shen | [LINT] Remove scalalint from lint deps (#5269) |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Krzysztof Parzyszek | [LLVM] Include Support/Host.h for declaration of getDef... |
commit | commitdiff | tree | snapshot |
2020-04-08 |
Samuel | [PYTORCH]celu, gelu, selu activations (#5263) |
commit | commitdiff | tree | snapshot |
2020-04-08 |
mbaret | [RELAY][BYOC] Add support for composite functions in... |
commit | commitdiff | tree | snapshot |
2020-04-07 |
tobe | [RUNTIME] Implement TVMDSOOp(TensorFlow custom op)... |
commit | commitdiff | tree | snapshot |
next |