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][BLAS] add out-of-place TRMM and TRSM #523

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

andrewtbarker
Copy link
Contributor

This PR adds out-of-place TRMM and TRSM APIs to the spec. As an example, the new TRMM API supports operations of the form $C = \alpha AB + \beta C$, with a similar change for TRSM.


.. rubric:: Input Parameters

queue
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you check how these look after compiling? Indentation does not seem to match to in-place API descriptions.

Specifies whether ``A`` is on the left side of the matrix solve
(``side::left``) or on the right side (``side::right``). See :ref:`onemkl_datatypes` for more details.

upper_lower
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment as before about indentation. Also, these parameters have different name in in-place section, a typo from earlier. It would be good to align them, but it can be done separately too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The indentation does not seem to have any effect on rendered output, but I adjusted to make it all consistent. I also fixed the uplo / upper_lower thing to be consistent.

Copy link
Contributor

@mmeterel mmeterel 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 the updates.

@mmeterel mmeterel merged commit 08d3fcb into uxlfoundation:main Mar 8, 2024
3 checks passed
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.

2 participants