Skip to content

Replace deprecated hipBLAS 3.0 complex types #238

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

Open
wants to merge 2 commits into
base: amd-staging
Choose a base branch
from

Conversation

danielsu-amd
Copy link
Contributor

@danielsu-amd danielsu-amd commented Apr 29, 2025

Updates the hipBLAS/her example to use hipComplex types.

Adds a directive to choose between hipblasCher2 and hipblasCher2_v2 depending on the hipBLAS version

  • In hipBLAS < 3.0, hipblasCher2() accepts hipblasComplex, and hipblasCher2_v2() accepts hipComplex
  • Starting in 3.0, hipblasCher2() accepts hipComplex, and hipblasCher2_v2() no longer exists
  • Azure CI is on staging hipBLAS, while GH actions is on release ROCm
  • To get builds passing in both CIs, we need to check the hipBLAS version and choose the appropriate API call

@danielsu-amd danielsu-amd self-assigned this Apr 29, 2025
@danielsu-amd danielsu-amd requested review from a team as code owners April 29, 2025 17:17
@danielsu-amd danielsu-amd force-pushed the amd/danielsu/hipblas-v3 branch 2 times, most recently from 1b33ed6 to f0aec9c Compare May 2, 2025 20:23
@danielsu-amd danielsu-amd force-pushed the amd/danielsu/hipblas-v3 branch from 5fa8096 to 3ec66d2 Compare May 2, 2025 21:26
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