Similarly to batch_mat vec outer most dim is a batching dim and this op does |b| matrix-vector-products : C[b, i] = sum_k(A[b, i, k] * B[b, k])
Details
Details
Summary
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
asaadaldien retitled this revision from Add linalg.batch_matvec named op
Similarly to batch_mat vec outer most dim is a batching dim
and this op does |b| matrix-vector-products :
C[b, i] = sum_k(A[b, i, k] * B[b, k]) to Add linalg.batch_matvec named opSimilarly to batch_mat vec outer most dim is a batching dimand this op does |b| matrix-vector-products : C[b, i] = sum_k(A[b, i, k] * B[b, k]).Jun 22 2021, 12:56 PM
asaadaldien retitled this revision from Add linalg.batch_matvec named opSimilarly to batch_mat vec outer most dim is a batching dimand this op does |b| matrix-vector-products : C[b, i] = sum_k(A[b, i, k] * B[b, k]) to Add linalg.batch_matvec named op.
asaadaldien retitled this revision from Add linalg.batch_matvec named op to Add linalg.batch_matvec named op.
Comment ActionsRebase...
This revision is now accepted and ready to land.Jun 29 2021, 12:52 PM
This revision was landed with ongoing or failed builds.Jun 30 2021, 11:37 AM
Closed by commit rG2c4f5690ab5e: Add linalg.batch_matvec named op (authored by asaadaldien). · Explain Why
This revision was automatically updated to reflect the committed changes.