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

Add Cholesky decomposition workflow #25

Merged
merged 8 commits into from
May 17, 2024
Merged

Add Cholesky decomposition workflow #25

merged 8 commits into from
May 17, 2024

Conversation

MaximeGonthier
Copy link
Collaborator

@MaximeGonthier MaximeGonthier commented May 14, 2024

Description

Cholesky decomposition in webs

Fixes #15

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (internal implementation changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (no changes to the code)
  • CI change (changes to CI workflows, packages, templates, etc.)
  • Version changes (changes to the package or dependency versions)

Testing

python3.10 -m webs.run cholesky --executor thread-pool --n 100

@gpauloski
Copy link
Contributor

Thanks, @MaximeGonthier! I'll fix up the CI issues in the next day or so.

@gpauloski gpauloski merged commit 3e7c6fd into main May 17, 2024
7 checks passed
@gpauloski gpauloski deleted the cholesky branch May 17, 2024 15:14
@gpauloski gpauloski changed the title Cholesky Add Cholesky decomposition workflow May 17, 2024
@gpauloski gpauloski added the enhancement New features or improvements to existing functionality label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features or improvements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New workflow: Cholesky Factorization
3 participants