We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db142bf commit 20c4c8dCopy full SHA for 20c4c8d
toolchain/scripts/stage2/install_aocl.sh
100644
100755
@@ -32,7 +32,7 @@ case "${with_aocl}" in
32
__SYSTEM__)
33
echo "==================== Finding AOCL from system paths ===================="
34
check_lib -lblis "AOCL"
35
- check_lib -lframe "AOCL"
+ check_lib -lflame "AOCL"
36
AOCL_LIBS="-lblis -lflame"
37
add_include_from_paths AOCL_CFLAGS "blis.h" $INCLUDE_PATHS
38
add_lib_from_paths AOCL_LDFLAGS "libblis.*" $LIB_PATHS
@@ -89,4 +89,4 @@ load "${BUILDDIR}/setup_aocl"
89
write_toolchain_env "${INSTALLDIR}"
90
91
cd "${ROOTDIR}"
92
-report_timing "aocl"
+report_timing "aocl"
0 commit comments