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

Dtype checks failing with 'Subtraction, the - operator, with two bool tensors is not supported. Use the ^ or logical_xor() operator instead.' #3552

Open
vivekkhandelwal1 opened this issue Jul 19, 2024 · 0 comments

Comments

@vivekkhandelwal1
Copy link
Collaborator

The dtype checks for some of the ops are failing with the following error:

'Subtraction, the `-` operator, with two bool tensors is not supported. Use the `^` or `logical_xor()` operator instead.'

Right now, the tests are disabled for the same in #3548.

vivekkhandelwal1 added a commit that referenced this issue Jul 19, 2024
This commit also updates the PyTorch and Torchvision nightly links since
they are now moved to a different location.

PyTorch Nightly: https://download.pytorch.org/whl/nightly/cpu/torch/
Torchvision Nightly:
https://download.pytorch.org/whl/nightly/cpu/torchvision/

Disables dtype checks for some ops, tracked by #3552

Signed-Off By: Vivek Khandelwal <[email protected]>
pkapris-syrmia pushed a commit to pkapris-syrmia/torch-mlir that referenced this issue Aug 15, 2024
This commit also updates the PyTorch and Torchvision nightly links since
they are now moved to a different location.

PyTorch Nightly: https://download.pytorch.org/whl/nightly/cpu/torch/
Torchvision Nightly:
https://download.pytorch.org/whl/nightly/cpu/torchvision/

Disables dtype checks for some ops, tracked by llvm#3552

Signed-Off By: Vivek Khandelwal <[email protected]>
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

No branches or pull requests

1 participant