We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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">):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Convert GenericOp block attributes to memref and add verifier that enforces all block arguments are of type memref.
Example IR:
The text was updated successfully, but these errors were encountered: