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

Change !tt.tile shape encoding to be consistent with other shape #320

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

nsmithtt
Copy link
Contributor

@nsmithtt nsmithtt commented Aug 7, 2024

Previously it was:

!tt.tile<32 x 32, bfp8_b>

There was an awkward space between the x because of the way we can legally write the assembly syntax.

Now it uses the same DimensionList custom parser as all other shape types so we have:

!tt.tile<32x32, bfp8_b>

Previously it was:

    !tt.tile<32 x 32, bfp8_b>

There was an awkward space between the `x` because of the way we can
legally write the assembly syntax.

Now it uses the same DimensionList custom parser as all other shape
types so we have:

    !tt.tile<32x32, bfp8_b>
@nsmithtt nsmithtt merged commit ed88fe3 into main Aug 8, 2024
6 checks passed
@nsmithtt nsmithtt deleted the nsmith/change-tile-encoding branch August 8, 2024 16:55
nsmithtt added a commit that referenced this pull request Aug 9, 2024
Previously it was:

    !tt.tile<32 x 32, bfp8_b>

There was an awkward space between the `x` because of the way we can
legally write the assembly syntax.

Now it uses the same DimensionList custom parser as all other shape
types so we have:

    !tt.tile<32x32, bfp8_b>
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