platform/upstream/tvm.git
2020-09-11 Tianqi Chen[WINDOWS][MSVC] Fix MSVC warnings (#6450)
2020-09-11 masahi[topi, x86] for 1d loop, make outer loop parallel after...
2020-09-11 Johnson9009[TEST] Fix Some Failed Test Cases and Tutorials of...
2020-09-11 cloud-mxd[runtime] fix: BooleanToTranspose function definition...
2020-09-11 Jared RoeschAdd black to lint docker image (#6451)
2020-09-11 Jared Roesch[Format] Convert all Python code w/o CI (#6448)
2020-09-11 Thomas ViehmannROCm: use GcnArch for mcpu and ApiVersion to select...
2020-09-11 Yao Wang[Relay][Topi][Op]Advanced indexing (#6388)
2020-09-11 Thomas ViehmannCUDA: broaden path detection (#6444)
2020-09-11 Yao Wang[Relay][Op] Fix Reshape Compute (#6396)
2020-09-10 Rishabh Jain[QNN][Relay] Fixed bug in quantized conv2d. (#6420)
2020-09-10 Andrew Liu[Relay] Add Defunctionalization Pass (#6400)
2020-09-10 Yao WangFix broadcast shape (#6422)
2020-09-10 Junru Shao[Target] Tags, Composite Target, Unified Interface...
2020-09-10 Jared Roesch[Rust] Improve the error reporting in build.rs files...
2020-09-10 Jacob Postman[METAL] set MTLBuffer purgeable state (#6376) (#6438)
2020-09-10 masahi[Relay, Torch] Fix stack op axis check, support torch...
2020-09-10 Zhihot fix (#6434)
2020-09-10 Balint CristianAddress issue #6415 using compiler-rt half-float functi...
2020-09-09 Tianqi Chen[RELAY] Allow StructuralEqual/Hash via Var.vid (#6424)
2020-09-09 Robert KimballSwitch Windows CI to build Release instead of Debug...
2020-09-09 Zhi[RELAY][REFACTOR] Mix mode context analysis (#6403)
2020-09-09 Minmin Sun... [Ansor][AutoTVM v2.0] Phase 2: Layout Rewrite in AutoSc...
2020-09-09 lhutton1[PASS][ConvertLayout] Fixes AttributeError during Conve...
2020-09-08 Zhao Wu[AutoTVM][Ansor] Enable random fill and CPU cache flush...
2020-09-08 Matthew BrookhartDynamic Strided Slice (#6316)
2020-09-08 wrongtestRemove comparison of unsigned expression < 0 warning...
2020-09-08 Rishabh Jain[TFLite] Implemented MATRIX_DIAG Operator for TFLite...
2020-09-08 masahi[Torch] Miscellaneous fix, enable some VM GPU tests...
2020-09-08 Dmitriy Smirnovbugfix: "verify" call parameter name changed (#6382)
2020-09-08 Tianqi Chen[TESTING] Fix the error when running tests with default...
2020-09-07 Chris Sullivan[ONNX] Add Clip importer to handle when min/max are...
2020-09-07 masahireshape with non constant shape argument (#6411)
2020-09-07 Beya2019iadd conv2d_transpose alter layout (#6358)
2020-09-06 Tianming Xu[Fix] fix compilation error when setting USE_RELAY_DEBU...
2020-09-05 Xingyu Zhou[TARGET] Add layout_transform, clip and expand_dims...
2020-09-05 Thierry Moreau[VTA][Xilinx] Update to Vivado 2020.1 and Pynq 2.5...
2020-09-04 Max WillseyAdd safe up/downcasting to the Rust object system ...
2020-09-04 Leandro NunesRemove unintentional pytest dependency. Fix #6398 ...
2020-09-04 masahi[Relay/topi] Support scalar inputs in where op (#6383)
2020-09-04 Lily Orth-Smith[RELAY][DYN] Dynamic UpSampling3D Op (#6353)
2020-09-04 Tianqi Chen[METAL] Use CFBridgeRetain for retaining the allocated...
2020-09-03 anilmartha[CI][Contrib] Add Vitis-AI docker installation (#6342)
2020-09-03 Andrew Liu[Relay] Fix Type Arguments not Attached (#6385)
2020-09-03 Yizhi Liu[Bugfix][Printer] Avoid adding annotation twice for...
2020-09-03 Zhi[RELAY][VM] Enable heterogeneous execution for Relay...
2020-09-03 Tianqi Chen[DOCS] Fix the docker binary cache location (#6390)
2020-09-03 Rishabh Jain[TFLite] Support for 'SAME' Padding option for TRANSPOS...
2020-09-03 Yao Wang[Frontend][TensorFlow] Improve TensorFlow control flow...
2020-09-03 Andrew ReuschMake docs build again when not everything is enabled...
2020-09-02 Tristan Konolige[TESTS] Refactor tests to run on either the GPU or...
2020-09-02 Tianqi Chen[RELAY] Fix the FoldConstant Regression for VTA (#6377)
2020-09-02 windclarion[RUNTIME][CRT] use macro to replace hardcode number...
2020-09-02 masahi[Torch] Support logsumexp, clean up unnecessary infer_s...
2020-09-02 Andrew Reuschacquire gil while finalizing PackedFunc (#6378)
2020-09-02 lixiaoquan[Relay] Enhance relay.split(), allow splitted dim to...
2020-09-02 Haichen Shenadd missing dependency (#6375)
2020-09-01 Haozheng Fan[Relay] support i64 indices (#6143)
2020-09-01 Trevor Morris[BYOC][JSON] Support input nodes with multiple entries...
2020-09-01 masahi[Torch] Fix aten::max and aten::min conversion (#6372)
2020-08-31 ANSHUMAN TRIPATHY[TIR][Transform]Block scope hoisting added (#6238)
2020-08-31 tkat0[DOCKER] Fix Dockerfile.demo_android (#6361)
2020-08-31 Chenfan[Ansor][AutoTVM v2.0] Phase 2: Update heavy operations...
2020-08-31 gigo[DOC] Fix mistyped word (#6362)
2020-08-29 Tianqi Chen[DOCKER] Use clear name that is separate from ASF brand...
2020-08-29 masahi[Torch] Add cast to double, fix flatten conversion...
2020-08-29 Junru Shao[Target][Codegen] Use target class in all codegens...
2020-08-28 Tianqi Chen[CMAKE] Compatible for ROCm before 3.7 (#6359)
2020-08-28 Max WillseyImprove Rust bindings: Map, Array, String, various...
2020-08-28 Dmitriy Smirnovquanitze operation expanded to take const argument...
2020-08-28 Andrew ReuschAdd docker/lint.sh, for running dockerized lint scripts...
2020-08-28 Andrew Liutypo (#6352)
2020-08-27 Cody Yu[Ansor][AutoTVM v2.0] Phase 2: Evolutionary Search...
2020-08-27 mbaret[BYOC][ETHOSN] Add support for quantized convolution...
2020-08-27 雾雨魔理沙[Relay][Training] Make AutoDiff thread through global...
2020-08-27 lhutton1[BYOC][ACL] Improved pooling support (#6248)
2020-08-27 FernChen[Caffe Frontend] introduce caffe frontend for tvm ...
2020-08-27 Rishabh Jain[Relay/TOPI][TFLite] Implemented MATRIX_SET_DIAG Operat...
2020-08-27 Tristan Konolige[TESTS] add gpuonly tests for python unittests and...
2020-08-27 quic-sanirudhAdd `init` member to ReduceNode (#6138)
2020-08-27 mvermeulenROCm changed name of library and removed old one in...
2020-08-26 yukatayu[MSVC] Make able to compile with MSVC (#6341)
2020-08-26 Lily Orth-Smith[DYN][RELAY] Resize support for NCHW-convertible layout...
2020-08-26 Giuseppe RossiniUse auto-tuner to improve conv2d_gemm performance ...
2020-08-26 雾雨魔理沙save (#6338)
2020-08-25 雾雨魔理沙[Relay] Make check stricter by using Feature. Fixed...
2020-08-25 Zhi[FIX][VM] Fix relay vm optimize (#6322)
2020-08-25 lhutton1[BYOC][ACL] Enable remote device via environment variab...
2020-08-25 Dongming Yang[Frontend][Relay] Keras softmax and prelu fix (#6278...
2020-08-24 masahi[OpFusion] Make the max number of fused ops configurabl...
2020-08-24 Yong Wu[Relay] Support for PyTorch Non-Maximum Suppression...
2020-08-24 Chenfan[Ansor][AutoTVM v2.0] Phase 2: Basic GPU Sketch Search...
2020-08-22 Tianqi Chen[RUNTIME][FFI] Fix cython FFI compact with np.int64...
2020-08-22 雾雨魔理沙[Relay] Make check stricter: disallow inserting functio...
2020-08-22 Yao Wang[Frontend][Pytorch]Add Pytorch advanced indexing (...
2020-08-22 Lily Orth-Smith[BUG_FIX] Fix resize test (#6298)
2020-08-21 sandyhu533[RELAY][MXNET][FRONTEND] add support for MXNET numpy...
2020-08-21 Tianqi Chen[TIR] Enforce buffer pointer var type to be consistent...
2020-08-21 Rishabh JainRetrigger build. (#6304)
2020-08-21 Lily Orth-Smith[RELAY][DYN] Dynamic upsampling relay op (#6273)
next