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

Row Major Data movement through TTMetal dialect #321

Closed
nsmithtt opened this issue Aug 8, 2024 · 0 comments
Closed

Row Major Data movement through TTMetal dialect #321

nsmithtt opened this issue Aug 8, 2024 · 0 comments
Assignees

Comments

@nsmithtt
Copy link
Contributor

nsmithtt commented Aug 8, 2024

Get the basics of data movement working through the TTMetal/TTKernel dialect.

@nsmithtt nsmithtt self-assigned this Aug 8, 2024
@nsmithtt 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 nsmithtt added this to the [Metal Direct 0] milestone Aug 9, 2024
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant