Skip to content

Commit 3e12e3c

Browse files
author
Dong Jun Woun
committed
,
1 parent df3be5e commit 3e12e3c

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/configure

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
73007296
done
73017297

src/configure.in

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
22712267
done
22722268

0 commit comments

Comments
 (0)