File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -7292,10 +7292,6 @@ for comp in $components; do
72927292 if test " x` find $PAPI_ROCMSMI_ROOT -name " rocm_smi.h" ` " ! = " x" ; then
72937293 CFLAGS=" $CFLAGS -DHAVE_ROCM_SMI"
72947294 fi
7295-
7296- if test " x` find $PAPI_AMDSMI_ROOT -name " amdsmi.h" ` " ! = " x" ; then
7297- CFLAGS=" $CFLAGS -DHAVE_AMD_SMI"
7298- fi
72997295 fi
73007296done
73017297
Original file line number Diff line number Diff line change @@ -2263,10 +2263,6 @@ for comp in $components; do
22632263 if test "x`find $PAPI_ROCMSMI_ROOT -name "rocm_smi.h"`" != "x" ; then
22642264 CFLAGS="$CFLAGS -DHAVE_ROCM_SMI"
22652265 fi
2266-
2267- if test "x`find $PAPI_AMDSMI_ROOT -name "amdsmi.h"`" != "x" ; then
2268- CFLAGS="$CFLAGS -DHAVE_AMD_SMI"
2269- fi
22702266 fi
22712267done
22722268
You can’t perform that action at this time.
0 commit comments