Name |
Last commit
|
Last update |
---|---|---|
.. | ||
auto_inline_elem_wise.cc | ||
bound.cc | ||
graph.cc | ||
graph.h | ||
message_passing.cc | ||
message_passing.h | ||
schedule_dataflow_rewrite.cc | ||
schedule_lang.cc | ||
schedule_ops.cc |
* [WIP] C++ topi contributions Summary: This diff implements C++ topi contributions for: - relu with parametrix threshold - pad with generic padBefore / padAfter specification - matmult with transposes - conv2d_nchw, conv2d_hwcn with runtime constant padding and strides - depthwise_conv2d_nchw with runtime constant padding and strides - group_conv2d_ngchw with runtime constant padding and strides - broadcast_to a broadcastable shape - broadcast_bop where bop is an usual binary op (+ - * / %) Convolution padding is implemented using the pad operation. To avoid extra memory consumption, it is generally recommended to inline the padding with the autoinliner. Unfortunately in its current form the elemwise checks are too restrictive to allow inlining. So this diff also proposes an extension to LHS injective (i.e. no reduction axis in the current IR design) Test Plan: Tested in C++ testsuite in a separate repository, I am looking for suggestions to quickly spin up some tests for tvm. Reviewers: tqchen Subscribers: Tasks: Tags: Blame Revision: * Review + Lint + GSG C++
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
auto_inline_elem_wise.cc | Loading commit data... | |
bound.cc | Loading commit data... | |
graph.cc | Loading commit data... | |
graph.h | Loading commit data... | |
message_passing.cc | Loading commit data... | |
message_passing.h | Loading commit data... | |
schedule_dataflow_rewrite.cc | Loading commit data... | |
schedule_lang.cc | Loading commit data... | |
schedule_ops.cc | Loading commit data... |