-
Notifications
You must be signed in to change notification settings - Fork 14
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
Row Major Data movement through TTMetal dialect #321
Milestone
Comments
nsmithtt
changed the title
Pt. 1 Row Major Data movement through TTMetal dialect
Row Major Data movement through TTMetal dialect
Aug 8, 2024
nsmithtt
added a commit
that referenced
this issue
Aug 8, 2024
- Add new noc dataflow APIs - Lower them to EmitC dialect - Add EmitC dialect type conversion for NocAddr - Add support for arith dialect in TTKernelToEmitC path - Protect arith constants from being hoisted outside of ttmetal.dispatch region
nsmithtt
added a commit
that referenced
this issue
Aug 9, 2024
- Add new noc dataflow APIs - Lower them to EmitC dialect - Add EmitC dialect type conversion for NocAddr - Add support for arith dialect in TTKernelToEmitC path - Protect arith constants from being hoisted outside of ttmetal.dispatch region
nsmithtt
added a commit
that referenced
this issue
Aug 9, 2024
- Add new noc dataflow APIs - Lower them to EmitC dialect - Add EmitC dialect type conversion for NocAddr - Add support for arith dialect in TTKernelToEmitC path - Protect arith constants from being hoisted outside of ttmetal.dispatch region
nsmithtt
added a commit
that referenced
this issue
Aug 9, 2024
- Add new noc dataflow APIs - Lower them to EmitC dialect - Add EmitC dialect type conversion for NocAddr - Add support for arith dialect in TTKernelToEmitC path - Protect arith constants from being hoisted outside of ttmetal.dispatch region
nsmithtt
added a commit
that referenced
this issue
Aug 15, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 15, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 15, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 16, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 16, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 16, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
nsmithtt
added a commit
that referenced
this issue
Aug 20, 2024
- Introduce new `LayoutAttr` member `projectOnto` which projects a tensor linear map onto a physical grid. We simply sample this map to generate all data movement. - Read physical cores from the system desc to generate noc coordinates. - Enforce address alignment, could be relaxed per #407
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Get the basics of data movement working through the TTMetal/TTKernel dialect.
The text was updated successfully, but these errors were encountered: