-
Notifications
You must be signed in to change notification settings - Fork 7
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
Comments
The following three test-cases for element-wise operation are failing at this time:
|
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).
The text was updated successfully, but these errors were encountered: