diff options
author | bjacob <jacob.benoit.1@gmail.com> | 2023-10-25 11:41:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 11:41:24 -0400 |
commit | 8c8336fcadac9ca24d50c635d25562b805e1ff1d (patch) | |
tree | a119928d3220cfa1a9c761e462e37836f3d8fe5a /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 8e00d59dce23f841586260092bddde8a4a26d75f (diff) | |
download | llvm-8c8336fcadac9ca24d50c635d25562b805e1ff1d.zip llvm-8c8336fcadac9ca24d50c635d25562b805e1ff1d.tar.gz llvm-8c8336fcadac9ca24d50c635d25562b805e1ff1d.tar.bz2 |
Add missing `linalg.batch_vecmat` named op (#70218)
Linalg currently has these named ops:
* `matmul`
* `matvec`
* `vecmat`
* `batch_matmul`
* `batch_matvec`
But it does not have:
* `batch_vecmat`
This PRs adds that for consistency, and I have a short-term need for it
( https://github.com/openxla/iree/issues/15158 ), so not having this
would cause some contortion on my end.
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions