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

Deprecating hipblasComplex types and adding _v2 version of ixamax #656

Merged
merged 7 commits into from
Aug 17, 2023

Conversation

daineAMD
Copy link
Contributor

Beginning of deprecation of hipblas complex types. Just made changes for ixamax for now, please let me know if you had something else in mind for this process.

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.

LGTM seems to match the other v2 pattern. Minor suggestion made

docs/functions.rst Outdated Show resolved Hide resolved
}
else
{
EXPECT_EQ(HIPBLAS_STATUS_SUCCESS, status); // fail
Copy link
Contributor

Choose a reason for hiding this comment

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

All the // fail comments not really sure of.

Copy link
Contributor Author

@daineAMD daineAMD Aug 16, 2023

Choose a reason for hiding this comment

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

Yeah, that line just ensures that we actually get a gtest failure when we don't get HIPBLAS_STATUS_SUCCESS from testing_*.hpp. // fail is meant to imply that if we get to that line, the test will fail. hipBLAS gtest framework needs some rework.

@daineAMD daineAMD merged commit d710f98 into ROCm:develop Aug 17, 2023
17 of 20 checks passed
@daineAMD daineAMD deleted the dep-complex2 branch August 17, 2023 16:05
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