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

Change some L2 apis to use 'n' instead of 'm' where applicable #690

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

daineAMD
Copy link
Contributor

Changing some L2 functions (with triangular and symmetric matrices) to use n in signature for size instead of m to match legacy blas.

Copy link
Contributor

@TorreZuk TorreZuk left a comment

Choose a reason for hiding this comment

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

If you prefer this is fine by me. Is this for legacy blas consistency? rocBLAS would get similar renaming where applicable?

@daineAMD
Copy link
Contributor Author

If you prefer this is fine by me. Is this for legacy blas consistency? rocBLAS would get similar renaming where applicable?

Yeah consistency with both legacy blas and cuBLAS. Would be good to have rocBLAS match too but not important, just something I stumbled across.

@daineAMD
Copy link
Contributor Author

Looks like CI might not be enabled for cuda pipeline for develop-6.1 PRs. Ran manually on cuda machine and built successfully and passed all blas2 tests.

@daineAMD daineAMD merged commit 26e86a8 into ROCm:develop-6.1 Sep 29, 2023
11 checks passed
@daineAMD daineAMD deleted the l2-sig branch September 29, 2023 17:31
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.

None yet

2 participants