diff --git a/configure.ac b/configure.ac index 55bef3fe15..8c416be24c 100644 --- a/configure.ac +++ b/configure.ac @@ -2020,6 +2020,9 @@ if test x$have_valid_hip = xyes; then STARPU_HIPBLAS_LDFLAGS="-L$HIPBLAS_LIB_DIR" fi STARPU_HIPBLAS_LDFLAGS="$STARPU_HIPBLAS_LDFLAGS -lhipblas" + if test "$HIP_PLATFORM" = "amd"; then + STARPU_HIPBLAS_LDFLAGS="$STARPU_HIPBLAS_LDFLAGS -lrocblas" + fi else AC_MSG_WARN(['hipblas' not found, disabling HIP examples]) fi