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

feat: add lapack/base/dlacpy #2548

Merged
merged 45 commits into from
Jul 28, 2024
Merged

feat: add lapack/base/dlacpy #2548

merged 45 commits into from
Jul 28, 2024

Conversation

Pranavchiku
Copy link
Member

@Pranavchiku Pranavchiku commented Jul 10, 2024

Description

What is the purpose of this pull request?

This pull request adds JS implementation for lapack/blas/dlacpy

Related Issues

Does this pull request have any related issues?

No.

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

  • Add readme.md
  • Add package.json
  • Add lib
  • Add examples
  • Add ndarray implementation
  • Add docs
  • Add benchmark
  • Add test

Please ensure the following tasks are completed before submitting this pull request.


@stdlib-js/reviewers

@Pranavchiku Pranavchiku added the LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK). label Jul 10, 2024
@Pranavchiku Pranavchiku marked this pull request as ready for review July 10, 2024 06:46
@kgryte kgryte added the Feature Issue or pull request for adding a new feature. label Jul 14, 2024
@kgryte
Copy link
Member

kgryte commented Jul 14, 2024

@Pranavchiku Given the recent change in approach for the ndarray method, would you mind updating here to support independent strides for both the input matrices in the ndarray method? This will also require updating docs, benchmarks, and adding tests.

@kgryte kgryte added the Needs Changes Pull request which needs changes before being merged. label Jul 14, 2024
@Pranavchiku Pranavchiku marked this pull request as draft July 15, 2024 05:11
@Pranavchiku
Copy link
Member Author

I marked it as draft, I am refactoring implementation.

@Pranavchiku
Copy link
Member Author

Applied changes, I think this PR can have a review.

@Pranavchiku Pranavchiku marked this pull request as ready for review July 15, 2024 07:46
@kgryte kgryte mentioned this pull request Jul 28, 2024
1 task
@Pranavchiku Pranavchiku marked this pull request as draft July 28, 2024 06:51
@Pranavchiku Pranavchiku added Needs Review A pull request which needs code review. and removed Needs Changes Pull request which needs changes before being merged. labels Jul 28, 2024
Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
Signed-off-by: Pranav <85227306+Pranavchiku@users.noreply.github.com>
@Pranavchiku Pranavchiku marked this pull request as ready for review July 28, 2024 07:42
@kgryte kgryte removed the Needs Review A pull request which needs code review. label Jul 28, 2024
Copy link
Member

@kgryte kgryte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for working on this, @Pranavchiku.

Note that I had to make a number of clean-up changes. And also, wrt testing, two things:

  1. Testing for approximate equality doesn't make sense for this package.
  2. It isn't enough to test on wide matrices, but not long matrices. We need to test on both to ensure that loop limits work appropriately.

@kgryte kgryte merged commit 6953aae into stdlib-js:develop Jul 28, 2024
8 checks passed
gunjjoshi pushed a commit to gunjjoshi/stdlib that referenced this pull request Aug 21, 2024
PR-URL: stdlib-js#2548
Co-authored-by: Athan Reines <kgryte@gmail.com>
Reviewed-by: Athan Reines <kgryte@gmail.com> 
Signed-off-by: Pranav Goswami <goswami.4@iitj.ac.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Issue or pull request for adding a new feature. LAPACK Issue or pull request related to the Linear Algebra Package (LAPACK).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants