Skip to content

Commit

Permalink
Point at the ROCm bug for cuda+hip
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed May 22, 2024
1 parent 2251d50 commit 30bc4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30bc4bf

Please sign in to comment.