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

[oneMKL][spblas] add missing 'const' keyword for alpha, beta, and input array, and remove 'y' from input list in sparse::trsv() spec. #498

Merged

Conversation

baeseung-intel
Copy link
Contributor

Goal:
In this PR, I'd like to update some missing const keyword for constant parameters within the spec for spblas domain in order to achieve consistency in the spec, and fix some minor information.

Details:

  • add some missing const keyword for constant parameters (e.g. alpha and beta) in the APIs.
  • add const keyword for input vector/matrix in some spblas APIs.
  • remove y vector from the input list of sparse::trsv() API spec, since y is not an input for sparse::trsv() API.

…ut array, and remove 'y' from input list in sparse::trsv() spec.
Copy link
Contributor

@spencerpatty spencerpatty left a comment

Choose a reason for hiding this comment

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

These look great! Approved

@rscohn2 rscohn2 merged commit 8a8c907 into uxlfoundation:main Sep 11, 2023
3 checks passed
aepanchi pushed a commit to aepanchi/oneAPI-spec that referenced this pull request Oct 31, 2023
…ut array, and remove 'y' from input list in sparse::trsv() spec. (uxlfoundation#498)
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.

3 participants