Mentions légales du service

Skip to content
Snippets Groups Projects

Hotfix HIP version detection for hipblasZtrmm prototype

Merged Matthieu Kuhn requested to merge hotfix/hip_version_detection into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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),
Loading