platform/upstream/tvm.git
2019-11-20 Zhao Wu[ThreadPool] Solve thread transitions issue (#4344)
2019-11-20 Alexander PivovarovCompare all outputs in TFLite test_forward_ssd_mobilene...
2019-11-20 Yizhi Liu[team] add Yizhi's pgp key (#4380)
2019-11-20 masahifix build with llvm trunk (#4386)
2019-11-20 Liang ZOU[doc] fix typo, codege to codegen (#4383)
2019-11-20 Tianqi Chen[CI] Avoid content-length request in test data download...
2019-11-19 Yizhi Liu[nvcc] enable multiple arch in one fatbin (#4377)
2019-11-19 Wuwei Lin[Relay][Quantize] Integrate data-aware calibration...
2019-11-19 Haichen Shen[PERF] Parallelize reduction for CPU (#4158)
2019-11-19 Yizhi Liu[tutorial][benchmark] nnvm -> relay (#4368)
2019-11-19 Alexander PivovarovFix TFLite RESHAPE assert (#4320)
2019-11-19 Animesh Jain[Relay tests] AlterOpLayout - Temporary attr update...
2019-11-19 miheer vaidyaadd rule for clean (#4364)
2019-11-18 Yizhi Liureminding message for TVM_REGISTER_NODE_TYPE (#4365)
2019-11-18 Cody Hao Yufix Android and OpenCL docker install (#4363)
2019-11-18 Tianqi Chen[SOURCE] Add ASF header to __init__.py files (#4359)
2019-11-18 Yao Wang[Frontend]Add TensorFlow FloorMod (#4308)
2019-11-18 optima2005[Relay][Frontend][Tensorflow]Add conv2d_transpose ...
2019-11-18 miheer vaidyaSend list as argument to schedule_conv2d (#4358)
2019-11-16 Philip Hyunsu ChoFix docstring in topi.nn.fifo_buffer (#4349)
2019-11-16 Ramana RadhakrishnanRetain qnn input kernel scales (#4292)
2019-11-16 Animesh Jain[Debugger] Sorting op-time breakdown for quicker analys...
2019-11-16 Peter Yehproper device query through rocm api (#4305)
2019-11-16 Cody Hao Yufix install script (#4350)
2019-11-16 黎明灰烬AutoTVM: selecting tuning templates when extracting...
2019-11-15 Thomas ViehmannAdd workgroup size attribute to AMDGPU functions in...
2019-11-15 Kimish Patel[FIX] Fix for a specific case when loop partitioning...
2019-11-15 Logan Weber[Relay][VM][Interpreter] Enable first-class constructor...
2019-11-15 Tianqi Chen[COMMUNITY] Add DISCLAIMER, KEYS for ASF release (...
2019-11-15 T.J. MercierAdd check to ensure input file was successfully opened...
2019-11-15 Alex GladkovBump up CUDA log version in tophub.py (#4347)
2019-11-15 Zhao Wu[CodeGen] Add build config option disable_assert to...
2019-11-15 ziyu-guofix inconsistent tag name (#4134)
2019-11-15 Liangfu Chen[VTA] Bug fix for padded load with large inputs (#4293)
2019-11-15 Jian Wengimp module is deprecated (#4275)
2019-11-15 Neo Chien[Relay][Frontend][ONNX] operator support: DepthToSpace...
2019-11-15 Wei Chen[Test][Relay][Pass] Add test case for lambda lift ...
2019-11-15 Peter Yeh[RUNTIME] Add device query for AMD GcnArch (#4341)
2019-11-15 Jon Soifer[Relay][Frontend][TF] Fix transpose when axes is not...
2019-11-15 Haichen Shen[Contrib] Add MKL DNN option (#4323)
2019-11-15 Yizhi LiuDeprecate NNVM warning msg (#4333)
2019-11-15 Zhao WuSolve custom model of prelu (#4326)
2019-11-15 Philip Hyunsu ChoAdd topi.nn.fifo_buffer to TVM doc (#4343)
2019-11-15 Ina DobrevaAdd support for quant. mul operator in tflite frontend...
2019-11-15 Wei Chen[Relay][Pass] Add pass to remove unused functions in...
2019-11-15 Peter YehEnable hipModuleGetGlobal() (#4321)
2019-11-14 Jon Soifer[Build][Windows] Fix Windows build by including cctype...
2019-11-14 Tianqi Chen[CI] Set workspace to be per executor (#4336)
2019-11-14 Yizhi Liu[Codegen] remove fp16 function override for cuda ...
2019-11-14 Tianqi Chenchange ci image version (#4313)
2019-11-14 Zhi[doc][fix] fix sphinx parsing for pass infra tutorial...
2019-11-14 Animesh Jain[QNN] Use Int16 upcast in Fallback Conv2D. Fix test...
2019-11-14 Animesh Jain[QNN] Quantize - Fixing the sequence of lowering. ...
2019-11-14 Tianqi Chen[CI][DOCKER] Add ONNX runtime dep (#4314)
2019-11-14 jason-song-devfix error when memory_id is VTA_MEM_ID_OUT (#4330)
2019-11-13 Animesh Jain[QNN][Legalize] Specialize for Platforms without any...
2019-11-13 Zhao Wu[TOPI][OP] Support Faster-RCNN Proposal OP on CPU ...
2019-11-12 Eric PlatonFix the TF tutorial to run against TF2.0 and TF1.x...
2019-11-12 Wei Chen[Relay][Op][TF] Complete tensor array unstack with...
2019-11-12 Ina DobrevaAdd test for the qnn_add operator (#4282)
2019-11-12 Haichen Shenadd (#4311)
2019-11-12 Xingyu Zhou[Relay][Frontend][Keras] batch_norm op params not handl...
2019-11-12 jmorrillFix incorrect call to Unicode Win32 InetPton (#4306)
2019-11-12 Neo Chien[Relay][Frontend][Tensorflow] Fix type assignment for...
2019-11-11 Yao WangAdd More Shape Functions (#4179)
2019-11-11 Wei Chen[TF][Relay][Op] Pass module when infer shape (#4287)
2019-11-11 Tianqi Chen[RUNTIME][REFACTOR] Use object protocol to support...
2019-11-11 Yong Wu[TF][TEST] add test_forward_reduce_any back (#4301)
2019-11-11 Yao WangFix tf reshape (#4285)
2019-11-11 Zhi[tutorial] Relay pass infra tutorial (#4083)
2019-11-11 Animesh Jain[TOPI][AlterOpLayout][ARM] Enabling NHWC to NCHW layout...
2019-11-10 Zhao Wu[RUTNIME] Support C++ RPC (#4281)
2019-11-10 Zhao Wu[TFLite] Support PRelu (#4298)
2019-11-10 Wei Chen[Test][TF][Relay] Fix argument preparation for vm test...
2019-11-10 Yizhi Liu[Codegen][cuda-fp16] fallback to fp32 simulation when...
2019-11-10 Yizhi LiuRename ml.dmlc.tvm to org.apache.tvm (#4290)
2019-11-09 Minmin Sun... Auto TensorCore CodeGen (#4234)
2019-11-08 peikeUpdate tvm_runtime.h (#4278)
2019-11-08 Cody Hao Yu[TOPI][CUDA] Fix Winograd Kernel Size Support (#4276)
2019-11-07 Jon Soifer[Relay][Frontend][ONNX] Add support for broadcasting...
2019-11-07 Josh Fromm[AutoTVM] Add batch_matmul to tunable operations (...
2019-11-06 Cody Hao Yu[TOPI] Fix bug in Winograd on CUDA (#4260)
2019-11-06 Neo Chien[Contrib] Fix error message at callback_get_section_siz...
2019-11-06 Liangfu Chen[VTA] Hotfix for padded load test in Chisel VTA (#4264)
2019-11-06 Tianqi Chen[DOCS] Update link loc (#4257)
2019-11-05 zhuochenworkaround typing.Deque import error for Python 3.5...
2019-11-05 Thomas ViehmannRequire LLVM >= 9 for AMDGPU backend (#4253)
2019-11-04 Tianqi ChenCI trigger after repo move (#4252)
2019-11-04 Trevor Morris[Relay][Frontend][Tensorflow] Fix GatherV2, Add StopGra...
2019-11-04 Kimremove PEP498 f-string new feature for support python...
2019-11-04 XFPlusFix typo in err msg (#4251)
2019-11-02 Hua Jiang[VTA] Performance optimize, remove unnecessary contigio...
2019-11-02 Yao WangSupport reshape for dynamic shape in tf converter ...
2019-11-01 Tianqi Chen[NODE][REFACTOR] Rename IRFunctor->NodeFunctor, use...
2019-11-01 Jared RoeschImplement explicit IR representation of memory alloctio...
2019-11-01 Wei Chen[Relay][Prelude] Add more dtypes to tensor_t (#4233)
2019-11-01 Wuwei Lin[Relay][Pass] Avoid FoldConstant folding some ops ...
2019-11-01 Kim[ Relay ][ Frontend ][ Tensorflow ]add op add_n to...
2019-11-01 Sergei Grechanik[ARITH] Fix lowering of FloorMod (#4236)
2019-11-01 autumnqinFix the problem that android_rpc compilation failed...
next