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/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h | |
| parent | 8e00d59dce23f841586260092bddde8a4a26d75f (diff) | |
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/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedProcessPythonInterface.h')
0 files changed, 0 insertions, 0 deletions
