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

Adding missing L1 functions #116

Merged
merged 6 commits into from
Oct 18, 2019
Merged

Adding missing L1 functions #116

merged 6 commits into from
Oct 18, 2019

Conversation

daineAMD
Copy link
Contributor

Adding (real precision) L1 functions:

  • swap
  • iamin

iamin is not currently tested as it is still broken in rocBLAS 2.9. Rotation functions (rot(m)(g)) not in rocBLAS 2.9, so not being supported right now. Complex functionality coming in a future PR as well.

Copy link
Contributor

@amcamd amcamd left a comment

Choose a reason for hiding this comment

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

LGTM

HIPBLAS_EXPORT hipblasStatus_t
hipBlasDznrm2(hipblasHandle_t handle, int n, const hipDoubleComplex* x, int incx, double* result);
*/

Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change to consistent commenting, I think it is best to use the C++ style // everywhere rather than a mix of // and the C style /* and */ .

@daineAMD daineAMD merged commit c05d1b6 into ROCm:develop Oct 18, 2019
@daineAMD daineAMD deleted the add_l1 branch November 13, 2019 22:57
@daineAMD daineAMD restored the add_l1 branch November 13, 2019 22:57
@daineAMD daineAMD deleted the add_l1 branch June 3, 2020 17:45
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