support of vectors times matrix in .dot method #895
Answered
by
ptillet
pommedeterresautee
asked this question in
Triton-MLIR
-
Currently
|
Beta Was this translation helpful? Give feedback.
Answered by
ptillet
Nov 19, 2022
Replies: 2 comments 5 replies
-
I think it may. We haven't tried yet actually. But note that you can do `sum(A*x[None, :], 1) and this should do a matrix vector product :p |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
pommedeterresautee
-
I encountered the same problem. Promblem solved? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it may. We haven't tried yet actually. But note that you can do `sum(A*x[None, :], 1) and this should do a matrix vector product :p