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

Integrate LLVM at 8885b5c0626065274cb8f8a634d45779a0f6ff2b #4089

Merged
merged 2 commits into from
Mar 12, 2025

Conversation

vivekkhandelwal1
Copy link
Collaborator

Update LLVM to llvm/llvm-project@8885b5c

TOSA Updates Summary:

1: [TOSA] Update rescale's input_/output_unsigned attrs as required

Update tosa.rescale's input_unsigned and output_unsigned attributes as
required in align with TOSA v1.0 spec

2: [TOSA] Update LIT test for tosa.avg_pool2d

TOSA v1.0 updates tosa.avg_pool2d's input_zp and output_zp as inputs.
Update LIT tests accordingly.

3: [TOSA] Update rescale op's multiplier and shift as inputs

Update tosa.rescale's multiplier and shift parameters from attributes to
inputs in alignment with TOSA v1.0 spec

4: [TOSA] Update ConstShape and ConstShapeOp's value to values

Update ConstShape and ConstShapeOp's value parameter to values in
alignment with TOSA v1.0 spec

5: [TOSA] Update tosa.matmul zero points to inputs

Update tosa.matmul's A_zp and B_zp to inputs in alignment with TOSA v1.0


Signed-off-by: Vivek Khandelwal [email protected]
Co-authored-by: Justin Ngo [email protected]

justin-ngo-arm and others added 2 commits March 11, 2025 17:37
1: [TOSA] Update rescale's input_/output_unsigned attrs as required

Update tosa.rescale's input_unsigned and output_unsigned attributes as
required in align with TOSA v1.0 spec

2: [TOSA] Update LIT test for tosa.avg_pool2d

TOSA v1.0 updates tosa.avg_pool2d's input_zp and output_zp as inputs.
Update LIT tests accordingly.

3: [TOSA] Update rescale op's multiplier and shift as inputs

Update tosa.rescale's multiplier and shift parameters from attributes to
inputs in alignment with TOSA v1.0 spec

4: [TOSA] Update ConstShape and ConstShapeOp's `value` to `values`

Update ConstShape and ConstShapeOp's `value` parameter to `values` in
alignment with TOSA v1.0 spec

5: [TOSA] Update tosa.matmul zero points to inputs

Update tosa.matmul's A_zp and B_zp to inputs in alignment with TOSA v1.0

Signed-off-by: Justin Ngo <[email protected]>
Copy link
Collaborator

@AmosLewis AmosLewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vivekkhandelwal1 vivekkhandelwal1 merged commit 1ea12de into llvm:main Mar 12, 2025
3 checks passed
@vivekkhandelwal1 vivekkhandelwal1 deleted the bump-llvm branch March 12, 2025 05:47
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.

4 participants