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

Unskip tests passing with dpnp 0.9.0rc1 #606

Merged
merged 10 commits into from
Oct 29, 2021
Merged

Conversation

PokhodenkoSA
Copy link
Contributor

@PokhodenkoSA PokhodenkoSA commented Oct 28, 2021

Check skipped tests and unskip working tests.

  • test_eig - unskip for level_zero, opencl:gpu - freeze, opencl:cpu - segfault
  • test_eigvals - like test_eig
  • test_dot - like test_eig
  • test_multi_dot - like test_eig
  • test_matmul - like test_eig
  • test_matrix_power - ...
  • test_unary_ops - ...

Failes:

  • test_matrix_rank - does not depend on device. not all tests passed. need investigation.
  • test_cholesky - does not work at all. need investigation.

Others:

@PokhodenkoSA PokhodenkoSA merged commit 85eb138 into main Oct 29, 2021
github-actions bot pushed a commit that referenced this pull request Oct 29, 2021
* Unskip test_eig for level_zero
* Unskip test_eigvals for level_zero
* Unskip test_dot for level_zero. Small refactoring
* Unskip test_matmul for level_zero
* Unskip test_matrix_power for level_zero
* Unskip test_numpy_statistics.py::test_unary_ops for level_zero
* Unskip test_multi_dot for level_zero
* Unskip test_matrix_rank. But not all cases work.
* Run test_det for all devices 85eb138
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Related to test suite or test run infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Skipped tests w/ dpnp 0.9.0rc1
1 participant