From 5bcfb82ec6e6172af50774e8608624d8bdd3324b Mon Sep 17 00:00:00 2001 From: Ke Han Date: Thu, 30 Jul 2020 14:38:18 +0800 Subject: [PATCH 01/14] [TOPI] Einsum * Fix tuple * fix oshape --- 3q | 28 ++ include/tvm/topi/transform.h | 827 ++++++++++++++++++++++++++++++++++- python/tvm/topi/transform.py | 7 + src/topi/transform.cc | 8 + 4 files changed, 868 insertions(+), 2 deletions(-) create mode 100644 3q diff --git a/3q b/3q new file mode 100644 index 000000000000..57d1462d5996 --- /dev/null +++ b/3q @@ -0,0 +1,28 @@ +pick 6a175f57a * debug +s caf7f5e64 * d + +# Rebase 4b61a9764..caf7f5e64 onto 4b61a9764 (2 commands) +# +# Commands: +# p, pick = use commit +# r, reword = use commit, but edit the commit message +# e, edit = use commit, but stop for amending +# s, squash = use commit, but meld into previous commit +# f, fixup = like "squash", but discard this commit's log message +# x, exec = run command (the rest of the line) using shell +# b, break = stop here (continue rebase later with 'git rebase --continue') +# d, drop = remove commit +# l, label