Skip to content

refactor: update blas/ext/base/ssortsh to follow current project conventions #1905

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

Merged
merged 8 commits into from
Apr 28, 2024

Conversation

Sivam2313
Copy link
Contributor

Resolves #1539 .

Description

What is the purpose of this pull request?

This pull request:

  • refactors blas/ext/base/ssortsh to follow current project conventions

Related Issues

Does this pull request have any related issues?

This pull request:

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

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


@stdlib-js/reviewers

benchmark now used utility functions for creating
random arrays instead of loops. Changed addon from cpp to c.
…entions

updated benchmark files to generate random arrays using
utility functions instead of loops. added addon.c and used argv macros for handling callback
arguments. removed the use of float in repl.
@stdlib-bot stdlib-bot added the BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). label Mar 15, 2024
Copy link
Contributor

@stdlib-bot stdlib-bot left a comment

Choose a reason for hiding this comment

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

👋 Hi there! 👋

And thank you for opening your first pull request! We will review it shortly. 🏃 💨

@Sivam2313 Sivam2313 changed the title refactor: update blas/ext/base/ssortsh to follow current project conventions refactor: update blas/ext/base/ssortsh to follow current project conventions Mar 16, 2024
@kgryte kgryte added Enhancement Issue or pull request for enhancing existing functionality. Needs Review A pull request which needs code review. Native Addons Issue involves or relates to Node.js native add-ons. C Issue involves or relates to C. labels Mar 17, 2024
@kgryte kgryte changed the title refactor: update blas/ext/base/ssortsh to follow current project conventions refactor: update blas/ext/base/ssortsh to follow current project conventions Mar 17, 2024
@Sivam2313
Copy link
Contributor Author

Fixed the failing benchmarks

@Sivam2313
Copy link
Contributor Author

@kgryte can you please review my pr

@Sivam2313 Sivam2313 requested a review from stdlib-bot March 22, 2024 06:50
@Planeshifter Planeshifter self-requested a review April 28, 2024 00:31
Copy link
Member

@Planeshifter Planeshifter left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution, @Sivam2313!

@Planeshifter Planeshifter merged commit 2ca4ab3 into stdlib-js:develop Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLAS Issue or pull request related to Basic Linear Algebra Subprograms (BLAS). C Issue involves or relates to C. Enhancement Issue or pull request for enhancing existing functionality. Native Addons Issue involves or relates to Node.js native add-ons. Needs Review A pull request which needs code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RFC]: refactor blas/ext/base/ssortsh to follow current project conventions
4 participants