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

[TorchToLinalg]Implement lowering count_nonzero and count_nonzero.dim_IntList #3729

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

Conversation

um-urosmarkovic
Copy link

Use AtenNeScalaOp, AtenSumOp and AtenSumDimIntListOp to decompose operators.
Add 6 tests on different dtypes and for different shapes of input tensors.
Add verify to check correctness of input dim as integer or list of integers.

Use AtenNeScalaOp, AtenSumOp and AtenSumDimIntListOp to decompose
Add 6 tests on different dtypes and for different shapes of input
tensors
Add verify to check correctness of input dim as int or list of ints
…dim_IntList`

Use AtenNeScalaOp, AtenSumOp and AtenSumDimIntListOp to decompose
Add 6 tests on different dtypes and for different shapes of input
tensors
Add verify to check correctness of input dim as int or list of ints
Add tests to XFAIL on ONNX
@um-urosmarkovic um-urosmarkovic changed the title Implement lowering count_nonzero and count_nonzero.dim_IntList [TorchToLinalg]Implement lowering count_nonzero and count_nonzero.dim_IntList Sep 24, 2024
…dim_IntList`

Use AtenNeScalaOp, AtenSumOp and AtenSumDimIntListOp to decompose
Add 6 tests on different dtypes and for different shapes of input
tensors
Add verify to check correctness of input dim as int or list of ints
Add tests to XFAIL on ONNX_FAIL set
…dim_IntList`

Use AtenNeScalaOp, AtenSumOp and AtenSumDimIntListOp to decompose
Add 6 tests on different dtypes and for different shapes of input
tensors
Add verify to check correctness of input dim as int or list of ints
Add tests to XFAIL on ONNX_FAIL set
Note: Torch upstream version < 2.5.0
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.

1 participant