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

Convert tensor–scalar bitwise operators #237

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jdh8
Copy link
Contributor

@jdh8 jdh8 commented Sep 19, 2024

Ticket

None

Problem description

Convert tensor–scalar bitwise operators, namely

  • aten.bitwise_and.Scalarttnn.bitwise_and
  • aten.bitwise_or.Scalarttnn.bitwise_or
  • aten.bitwise_xor.Scalarttnn.bitwise_xor

This PR has a previously reported problem:
#236 (comment)

What's changed

  • aten.bitwise_and.Scalarttnn.bitwise_and
  • aten.bitwise_or.Scalarttnn.bitwise_or
  • aten.bitwise_xor.Scalarttnn.bitwise_xor
  • Pass the tests

Copy link
Member

@ayerofieiev-tt ayerofieiev-tt left a comment

Choose a reason for hiding this comment

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

All tests are marked xfail. Does it mean none of the conversions really work?

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.

2 participants