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

Implement destructive in-place rewrites for Cholesky and Solve Ops #577

Closed
wants to merge 3 commits into from

Inplace Blockwise and core versions of Cholesky and Solve Ops.

cb0ec82
Select commit
Loading
Failed to load commit list.
Closed

Implement destructive in-place rewrites for Cholesky and Solve Ops #577

Inplace Blockwise and core versions of Cholesky and Solve Ops.
cb0ec82
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 7, 2024 in 0s

81.72% of diff hit (target 100.00%)

View this Pull Request on Codecov

81.72% of diff hit (target 100.00%)

Annotations

Check warning on line 88 in pytensor/tensor/blockwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/blockwise.py#L88

Added line #L88 was not covered by tests

Check warning on line 281 in pytensor/tensor/rewriting/blockwise.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/rewriting/blockwise.py#L281

Added line #L281 was not covered by tests

Check warning on line 60 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L60

Added line #L60 was not covered by tests

Check warning on line 147 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L147

Added line #L147 was not covered by tests

Check warning on line 241 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L241

Added line #L241 was not covered by tests

Check warning on line 251 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L251

Added line #L251 was not covered by tests

Check warning on line 333 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L333

Added line #L333 was not covered by tests

Check warning on line 399 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L399

Added line #L399 was not covered by tests

Check warning on line 519 in pytensor/tensor/slinalg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

pytensor/tensor/slinalg.py#L519

Added line #L519 was not covered by tests