platform/upstream/tvm.git
2019-06-05 Przemyslaw... Ghost nodes in NNVM graph (#3290)
2019-06-05 hlu1fast tanh (#3255)
2019-06-05 Ramana RadhakrishnanAdd support for overloading comparison operations in...
2019-06-05 Luis Vega[VTA] [Hardware] Chisel implementation (#3258)
2019-06-05 abergeronMore fixes and tweaks to the cuda conda packages (...
2019-06-05 Alexander PivovarovImprove error message for custom tflite operators ...
2019-06-05 Jared Roesch[Relay][VM] Fix code generation for packed functions...
2019-06-05 Leyuan Wang[IR] Try to improve nms and get_valid_count (#3282)
2019-06-04 ziheng[LANG] Comparison operators support for Imm expressions...
2019-06-04 Haichen Shen[Relay/TOPI][Op] Add TopK operator (#3256)
2019-06-04 Josh Pollock[Relay][Docs] Add parser dependency install instruction...
2019-06-04 Hua[Bugfix] [VTA] VTA DRAM Have A Logic Issue May Cause...
2019-06-04 Jared RoeschBump ONNX version (#3286)
2019-06-04 Sergei Grechanik[ARITH] Bugfix: int bound analysis for mod (#3288)
2019-06-03 Zhi[RELAY][TRANSFORM] Migrate buildmodule to transform...
2019-06-03 Sergei Grechanik[ARITH] Bugfix: check arg positiveness for mod rules...
2019-06-01 Alexander PivovarovUpdate tflite tutorial to use TFLite r1.13 schema ...
2019-06-01 Zhi[relay][heterogeneous] annotate using visitor (#3261)
2019-06-01 Hua[Bugfix][VTA] PkgConfig cause crash in PYNQ board due...
2019-05-31 Logan WeberEnable uTVM in Jenkinsfile (#3269)
2019-05-31 Animesh Jain[Relay][Hashing] Structural hash - incorporate the...
2019-05-31 Tianqi ChenJekyll (#3262)
2019-05-31 hlu1[Bugfix] Fix a memory leak in OpManager (#3263)
2019-05-31 Balint Cristian[Relay] Handle float16 constants & fix BatchNorm (...
2019-05-29 Yao Wang[AutoTVM]Core functionality for Graph tuner (#2184)
2019-05-29 Hua[BugFix][VTA] Fix vta_conv2d crash issue after change...
2019-05-29 Tianqi Chen[C++] Cleanup transform API nits (#3253)
2019-05-28 masahi[TOPI] Fix resize nearest with fractional scaling ...
2019-05-28 Nick Hynes[RUST] Rust DSO module (#2976)
2019-05-28 Gus SmithTypo: Tensorflow --> TensorFlow (#3249)
2019-05-28 Gus SmithkCustomBegin overlapped with kExtEnd; incr by 1 (#3250)
2019-05-28 Wuwei LinMove CombineParallelConv2D to opt level 4 (#3248)
2019-05-28 Luis Vega[VTA][TSIM] Use Module instead of RawModule for testben...
2019-05-27 Wei Chen[Doc][Relay] Add VM doc (#3188)
2019-05-27 Sergei Grechanik[ARITH] Improve div/mod in rewrite simplifier (#3149)
2019-05-26 Haichen Shen[Relay][Frontend] Add Crop op converter (#3241)
2019-05-25 GemfieldFixed a typo (#3218)
2019-05-24 雾雨魔理沙[Relay] Start porting pass to the pass manager (#3191)
2019-05-24 雾雨魔理沙[Relay] remove unneeded VisitExpr (#3239)
2019-05-24 Siju[RELAY]Frontend darknet (#2773)
2019-05-24 Zhi[Relay][Transform] merge PassContext and BuildConfig...
2019-05-24 Tianqi Chen[C++][API] Consistent RAII scoping API. (#3231)
2019-05-24 eqy[LINT] handle more file types in ASF header (#3235)
2019-05-23 Josh FrommModified pick best to accumulate the best configuration...
2019-05-23 Tianqi Chen[NODE] Macro to define NodeRef methods, constructor...
2019-05-23 hlu1[GraphRuntime] Debug graph runtime (#3232)
2019-05-22 Bing Xu[3rdparty] sync submodules (#3229)
2019-05-22 Gus SmithRegister SkipVectorize (#3228)
2019-05-22 Steven S. Lyubomirsky[Relay][Prelude] Remove Peano nats from the prelude...
2019-05-22 Zhi[relay][pass manager] Open transform namespace (#3226)
2019-05-22 Yuta Hinokuma[WIP] [Relay] [NNVM] [Frontend] implement MaxPool-8...
2019-05-22 Leyuan Wang[Bugfix] Fix sort changing original input data issue...
2019-05-22 llyfacebookAdd packing for int8 1x1 convolution and support the...
2019-05-22 Yizhi Liu[Team] Eddie -> PMC (#3220)
2019-05-22 Zhao Wu[TFLite] Convert TFLite NCHW to NHWC (#3141)
2019-05-21 Logan WeberAdd `SkipVectorize` pass (#3222)
2019-05-21 hlu1[Contrib] cblas batch_matmul (#3210)
2019-05-21 Zhi[Relay][heterogeneous pass] remove on_device op after...
2019-05-21 Zhi[relay][vm] remove throw in destructor (#3215)
2019-05-21 Haichen ShenAdd bing to reviewer (#3214)
2019-05-20 Yong Wu[Relay][TOPI] operator All (#3124)
2019-05-20 Joshua Z. Zhang[Relay][ONNX] fix #3134 converter where initializers...
2019-05-20 Haichen Shen[BugFix] Fix bug in cast to bool (#3207)
2019-05-20 Luis Vega[VTA] [TSIM] Improve tsim example (#3206)
2019-05-20 Hua[BugFix][VTA] Fix bug in vta runtime DepPop function...
2019-05-17 hlu1[ARM] Fix concat (#3061)
2019-05-17 lixiaoquan[CODEGEN][CUDA][OPENCL] Handle INF and NAN (#3194)
2019-05-17 Josh Fromm[Relay] Better shape inference in TensorFlow Frontend...
2019-05-16 Tianqi Chen[RELAY] Hotfix build_module creation (#3198)
2019-05-16 雾雨魔理沙Update .gitignore (#3199)
2019-05-16 Philipp KronesQuick fix of VTA FPGA Toolchain Installation documentat...
2019-05-16 Wuwei Lin[TOPI] Raise exception group_conv2d_nchw not supported...
2019-05-16 Siva[TENSORLFOW] PlaceholderWithDefault (limited) implement...
2019-05-16 Mark RogersGet list of unsupported ONNX operators (#2995)
2019-05-16 llyfacebookAdd the acc16 intrinsic support (#3081)
2019-05-16 Josh Fromm[Relay] Option to select which convolution layers are...
2019-05-16 Zhi[Relay][Compilation] replace relay.build_module with...
2019-05-15 Gus Smith[Datatypes] Custom datatypes (#2900)
2019-05-15 Yong Wu[Relay][TensorFlow Frontend] SoftPlus Sqrt (#3187)
2019-05-14 ghostplantAvoid using heavy API to query single attribution ...
2019-05-14 eqy[RELAY][PASS] detect depthwise conv2d in mac_count...
2019-05-13 Joshua Z. Zhangadd onnx elemwise greater/less (#3186)
2019-05-13 Salem Derisavicleanup: removed a piece of code that is redundant...
2019-05-13 OldpanFix a bug of flatten in ONNX to Relay converter (#3180)
2019-05-13 Siva[GOLANG] Some fixes for golang latest version compiler...
2019-05-11 Jared Roesch[Relay][Runtime] Add VM compiler. (#3139)
2019-05-11 hlu1[Bugfix] Check file exists before removing it (#3178)
2019-05-11 lixiaoquan[Relay][TensorFlow] Support tf.math.reduce_prod (#3166)
2019-05-11 Steven S. LyubomirskyRegister all operators' Python attributes in Python...
2019-05-10 Lianmin Zheng[HybridScript] Capture constant external python variabl...
2019-05-10 lixiaoquanFix a tensorflow test bug. (#3165)
2019-05-10 Zhi[codegen] heterogeneous build for c++ (#3144)
2019-05-09 Yinghai LuFix a multithreaded bug in llvm LazyInitJIT (#3158)
2019-05-09 Leyuan Wangadd more syncs (#3151)
2019-05-09 Jared Roesch[Relay][Runtime] Implementation of Relay VM (#2889)
2019-05-09 Bing Xu[BuildModule] Fix AlterLayout Pass (#3155)
2019-05-09 Yao Wang[Relay][Op] Adaptive pooling (#3085)
2019-05-08 Luis Vega[RFC] [VTA] [TSIM] Enabling Cycle-Accurate Hardware...
2019-05-08 Zhifix python lint warnings (#3145)
2019-05-08 Tianqi Chen[CI] Always run cpptest during build to ensure library...
next