Temporarily support 2D and 3D while the TOSA Matmul op is updated to support batched operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Something appears to be wrong with your patch as its based on a revision not in the LLVM tree. Could you verify your diff history or resubmit based on head?
Comment Actions
Yeah I noticed I did arc diff from a different branch.
Edit: I think I had a stale branch.
Comment Actions
Temporarily support 2D and 3D tensor types as valid.
Legalizations and tests across multiple repositories must be updated to emit 3D type.
Change to supporting just Tosa_Tensor3D once everything is updated.
Comment Actions
Looks good, I am just checking why the windows build failed (and whether its unrelated).