Skip to content

Commit 0660d22

Browse files
committed
config: add accelerator summary to configure output
Signed-off-by: Edgar Gabriel <edgar.gabriel@amd.com>
1 parent fb66617 commit 0660d22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/opal_check_cuda.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ else
145145
CUDA_SUPPORT=0
146146
fi
147147
148-
OPAL_SUMMARY_ADD([Miscellaneous], [CUDA support], [], [$opal_check_cuda_happy])
148+
OPAL_SUMMARY_ADD([Accelerators], [CUDA support], [], [$opal_check_cuda_happy])
149149
150150
AM_CONDITIONAL([OPAL_cuda_support], [test "x$CUDA_SUPPORT" = "x1"])
151151
AC_DEFINE_UNQUOTED([OPAL_CUDA_SUPPORT],$CUDA_SUPPORT,

opal/mca/accelerator/rocm/configure.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AC_DEFUN([MCA_opal_accelerator_rocm_CONFIG],[
1717
OPAL_CHECK_ROCM([opal_rocm],
1818
[opal_rocm_happy="yes"],
1919
[opal_rocm_happy="no"])
20-
OPAL_SUMMARY_ADD([Miscellaneous], [ROCm support], [], [$opal_rocm_happy])
20+
OPAL_SUMMARY_ADD([Accelerators], [ROCm support], [], [$opal_rocm_happy])
2121

2222
AS_IF([test "$opal_rocm_happy" = "yes"],
2323
[$1],

0 commit comments

Comments
 (0)