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

Bump (4) #251

Merged
merged 2 commits into from
Aug 15, 2024
Merged

Bump (4) #251

merged 2 commits into from
Aug 15, 2024

Conversation

mgehre-amd
Copy link
Collaborator

No description provided.

This models a one or multi-dimensional C/C++ array.

The type implements the `ShapedTypeInterface` and prints similar to
memref/tensor:
```
  %arg0: !emitc.array<1xf32>,
  %arg1: !emitc.array<10x20x30xi32>,
  %arg2: !emitc.array<30x!emitc.ptr<i32>>,
  %arg3: !emitc.array<30x!emitc.opaque<"int">>
```

It can be translated to a C array type when used as function parameter
or as `emitc.variable` type.
@mgehre-amd mgehre-amd requested a review from cferry-AMD August 13, 2024 07:53
Base automatically changed from bump_to_d99bb014 to feature/fused-ops August 14, 2024 13:47
@mgehre-amd mgehre-amd merged commit 4437bd2 into feature/fused-ops Aug 15, 2024
4 checks passed
@mgehre-amd mgehre-amd deleted the bump_to_818af71b branch August 15, 2024 07:01
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

Successfully merging this pull request may close these issues.

2 participants