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 #1112

Closed
sdasgup3 opened this issue Feb 10, 2023 · 0 comments · Fixed by #1428
Closed

Add interpreter for ShiftleftOp #1112

sdasgup3 opened this issue Feb 10, 2023 · 0 comments · Fixed by #1428
Assignees

Comments

@sdasgup3
Copy link
Member

Following the testing guidelines

@sdasgup3 sdasgup3 changed the title Add Add interpreter for ShiftleftOp Add interpreter for ShiftleftOp Feb 10, 2023
@ghpvnist ghpvnist self-assigned this Apr 19, 2023
@ghpvnist ghpvnist moved this to In Progress in Reference implementation Apr 19, 2023
ghpvnist added a commit that referenced this issue Apr 20, 2023
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:
* Corner cases (shift overflow) has not been accounted for: #1150

closes #1112
@github-project-automation github-project-automation bot moved this from In Progress to Done in Reference implementation Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants