summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorAhmed Taei <ataei@google.com>2021-06-30 16:03:19 -0700
committerAhmed Taei <ataei@google.com>2021-07-01 12:41:08 -0700
commit0516f49c081590305a9db972ebc7fceb942b8ce3 (patch)
tree6ba0a7693b8d606b70a30ad9729bac168e27fde3 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente86fe368db11e43b4b7e84065ba5e8439fc24840 (diff)
Add linalg.mmt4d named op
This op performs matrix-matrix-transpose multiplication of 4-d inputs as the following: ``` C[m1, n1, m0, n0] = sum_{k1, k0}(A[m1, k1, m0, k0] * B[n1, k1, n0, k0]) ``` Reviewed By: Benoit Differential Revision: https://reviews.llvm.org/D105244
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions