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

Performance improvement to batch POTRF and batch TRSV #40

Merged
merged 40 commits into from
Feb 24, 2025

Conversation

abdelfattah83
Copy link
Contributor

This PR improves the performance of the batch Cholesky factorization (potrf) and the batch triangular solve (trsv). As a side effect, the non-batch trsv routine has also been updated.

@abdelfattah83 abdelfattah83 merged commit 42ed11e into master Feb 24, 2025
14 checks passed
@abdelfattah83 abdelfattah83 deleted the batch-potrf-trsv branch February 24, 2025 20:48
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

Successfully merging this pull request may close these issues.

1 participant