From 30bc4bffeffada51aa99d9c7ee1ceade5e435658 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 22 May 2024 22:16:57 +0200 Subject: [PATCH] Point at the ROCm bug for cuda+hip --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b2b9517074..d2307413f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1927,7 +1927,7 @@ if test x$enable_cuda = xyes; then # hip_runtime.h conflicts with cuda_runtime.h # see https://github.com/ROCm-Developer-Tools/HIP/issues/2703 if test x$enable_hip = xyes ; then - AC_MSG_WARN([Disabling HIP as CUDA is enabled]) + AC_MSG_WARN([Disabling HIP as CUDA is enabled, see https://github.com/ROCm-Developer-Tools/HIP/issues/2703]) fi enable_hip=no fi