Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add moreh_matmul op #3188

Closed
dongjin-na opened this issue Oct 16, 2023 · 0 comments
Closed

Add moreh_matmul op #3188

dongjin-na opened this issue Oct 16, 2023 · 0 comments
Assignees
Labels
feature-request External feature request moreh moreh contribution

Comments

@dongjin-na
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Implement moreh_matmup op compatible with torch.mamtul as part of SOW.

Describe the solution you'd like
moreh_matmul op supports

  • dot product (1d tensors)
  • matmul (2d tensors)
  • batched matmul (up to 4d tensors)
  • transpose support for second input tensor (weight)
  • mask on padded area of tile
  • kernel is based on bmm/multi_core

Additional context

  • optimized kernel, transpose for first input tensor (activation) will be implemented after this issue.
@dongjin-na dongjin-na added feature-request External feature request moreh moreh contribution labels Oct 16, 2023
@dongjin-na dongjin-na self-assigned this Oct 16, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
dongjin-na added a commit that referenced this issue Oct 20, 2023
razorback3 pushed a commit that referenced this issue Oct 31, 2023
razorback3 pushed a commit that referenced this issue Oct 31, 2023
razorback3 pushed a commit that referenced this issue Oct 31, 2023
dongjin-na added a commit that referenced this issue Nov 4, 2023
dongjin-na added a commit that referenced this issue Nov 4, 2023
dongjin-na added a commit that referenced this issue Nov 6, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
dongjin-na added a commit that referenced this issue Nov 17, 2023
razorback3 pushed a commit that referenced this issue Nov 21, 2023
razorback3 pushed a commit that referenced this issue Nov 21, 2023
razorback3 pushed a commit that referenced this issue Nov 21, 2023
ilkoo-lee pushed a commit that referenced this issue Nov 21, 2023
ilkoo-lee pushed a commit that referenced this issue Nov 21, 2023
dongjin-na added a commit that referenced this issue Nov 22, 2023
dongjin-na added a commit that referenced this issue Nov 22, 2023
dongjin-na added a commit that referenced this issue Nov 22, 2023
dongjin-na added a commit that referenced this issue Nov 22, 2023
dongjin-na added a commit that referenced this issue Nov 23, 2023
dongjin-na added a commit that referenced this issue Nov 23, 2023
dongjin-na added a commit that referenced this issue Nov 23, 2023
dongjin-na added a commit that referenced this issue Nov 23, 2023
muthutt pushed a commit that referenced this issue Nov 25, 2023
muthutt pushed a commit that referenced this issue Nov 25, 2023
muthutt pushed a commit that referenced this issue Nov 25, 2023
muthutt pushed a commit that referenced this issue Nov 25, 2023
@github-project-automation github-project-automation bot moved this from 🆕 New to ✅ Done in External Requests and Reports Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request External feature request moreh moreh contribution
Projects
None yet
Development

No branches or pull requests

1 participant