Skip to content

Commit 20c4c8d

Browse files
committed
fix bug in aocl.sh
1 parent db142bf commit 20c4c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/scripts/stage2/install_aocl.sh

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case "${with_aocl}" in
3232
__SYSTEM__)
3333
echo "==================== Finding AOCL from system paths ===================="
3434
check_lib -lblis "AOCL"
35-
check_lib -lframe "AOCL"
35+
check_lib -lflame "AOCL"
3636
AOCL_LIBS="-lblis -lflame"
3737
add_include_from_paths AOCL_CFLAGS "blis.h" $INCLUDE_PATHS
3838
add_lib_from_paths AOCL_LDFLAGS "libblis.*" $LIB_PATHS
@@ -89,4 +89,4 @@ load "${BUILDDIR}/setup_aocl"
8989
write_toolchain_env "${INSTALLDIR}"
9090

9191
cd "${ROOTDIR}"
92-
report_timing "aocl"
92+
report_timing "aocl"

0 commit comments

Comments
 (0)