Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b0b95d67 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'hotfix/hip_version_detection' into 'master'

Hotfix HIP version detection for hipblasZtrmm prototype

See merge request !460
parents 0ac42d5c 0c33a055
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