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

Add interpreter for ShiftLeftOp #1428

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Add interpreter for ShiftLeftOp #1428

merged 1 commit into from
Apr 20, 2023

Conversation

ghpvnist
Copy link
Member

Here are the constraints for the ShiftLeftOp:

(I1) lhs is a tensor of integer type.
(I2) rhs is a tensor of integer type.
(C1) `lhs`, `rhs`, and `result` have the same type.

I1, I2, and C1 are covered by the ODS, so no additional tests are added.

Notes:

closes #1112

@sdasgup3 sdasgup3 assigned ghpvnist and unassigned sdasgup3 Apr 19, 2023
@ghpvnist ghpvnist merged commit a316481 into openxla:main Apr 20, 2023
@ghpvnist ghpvnist deleted the shift_left branch April 20, 2023 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add interpreter for ShiftleftOp
2 participants