dpnp icon indicating copy to clipboard operation
dpnp copied to clipboard

Bug in dpnp.linalg.rank

Open Hellail opened this issue 1 year ago • 1 comments

when I use dpnp.linalg.rank on an array of size (100, 100) or more, I get interrupted from running further code

Hellail avatar Apr 09 '24 21:04 Hellail

Hi @Hellail ,

Thank you for submitting the issue.

Unfortunately in the latest published release v0.14.0 there was only a limited supported provided for dpnp.linalg.matrix_rank. The function was fully reworked in #1717 and should work properly now.

antonwolfy avatar Apr 10 '24 16:04 antonwolfy