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

Some Compound Expression tests are failing #18

Open
rizwanashraf opened this issue Aug 25, 2023 · 1 comment
Open

Some Compound Expression tests are failing #18

rizwanashraf opened this issue Aug 25, 2023 · 1 comment

Comments

@rizwanashraf
Copy link
Collaborator

Some compound expression tests with transpose op are failing. These tests include element-wise multiplication/add/subtraction or multiplication operation including the output from transpose op. i.e., C= A * transpose{B}.

In some cases, the operands are pure dense, pure sparse or mixed (dense and sparse).

@rizwanashraf
Copy link
Collaborator Author

The following three test-cases for element-wise operation are failing at this time:

  • <compound_exps/Dense_eltwise_sTranspose_CSR.ta; compound_exps/spTranspose_CSR_eltwise_Dense.ta> the following assertion is hit during late lowering in TensorDeclLowering.cpp, Assertion failed: (false && "SparseTensorConstructOp was not found as one of the operands for itCompute"). Both test cases are mixed mode (i.e., sparse dense) computations.

  • <compound_exps/spTranspose_CSR_eltwise_CSR.ta> the lowering to SCF works with correct NNZ values but in-correct coordinates values.

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