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

Convert GenericOp block attributes to memref #1901

Open
nsmithtt opened this issue Jan 21, 2025 · 0 comments
Open

Convert GenericOp block attributes to memref #1901

nsmithtt opened this issue Jan 21, 2025 · 0 comments
Milestone

Comments

@nsmithtt
Copy link
Contributor

Convert GenericOp block attributes to memref and add verifier that enforces all block arguments are of type memref.

Example IR:

%2 = "ttir.generic"(%L, %R, %O) <{
  grid = #tt.grid<4x4>,
  indexing_maps = [#lhs, #rhs, #out],
  iterator_types = ["parallel", "parallel", "parallel"]}> ({
^bb0(%l: memref<2x8x!tt.tile<32x32, f32>, "l1">, 
     %r: memref<2x8x!tt.tile<32x32, f32>, "l1">,
     %o: memref<2x8x!tt.tile<32x32, f32>, "l1">):
@nsmithtt nsmithtt added this to the [D2M 1] milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant