Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0c33a055 authored by Matthieu Kuhn's avatar Matthieu Kuhn
Browse files

Hotfix HIP version detection for hipblasZtrmm prototype

parent 0ac42d5c
No related branches found
No related tags found
1 merge request!460Hotfix HIP version detection for hipblasZtrmm prototype
......@@ -32,7 +32,7 @@ HIP_ztrmm( cham_side_t side, cham_uplo_t uplo,
{
hipblasStatus_t rc;
#if (ROCM_VERSION_MAJOR < 6)
#if (HIP_VERSION_MAJOR < 6)
rc = hipblasZtrmm( handle,
chameleon_hipblas_const(side), chameleon_hipblas_const(uplo),
chameleon_hipblas_const(transa), chameleon_hipblas_const(diag),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment