X-Git-Url: https://git.ti.com/gitweb?p=ti-machine-learning%2Fti-machine-learning.git;a=blobdiff_plain;f=src%2Fbenchmark%2Fmakefile;h=f09a75ff2541a7a2643d957109d99c07c3082b73;hp=b02953b3113224d76bdbbca32790d4f2d6ce0a4d;hb=47be9e91ab405cec93a888e13b0480eb5ec81eec;hpb=88ecfc42cacbe53b0508c9bfe6a5964afb5031bb diff --git a/src/benchmark/makefile b/src/benchmark/makefile index b02953b..f09a75f 100644 --- a/src/benchmark/makefile +++ b/src/benchmark/makefile @@ -37,7 +37,7 @@ C_INCLUDE_PATH = ../common/api ../common/cnn ../common/util \ /usr/include C_INCLUDE_PATH_FLAG = $(foreach d, $(C_INCLUDE_PATH), -I$d) -C_LIB = timl blas jpeg m +C_LIB = timl cblas_armplusdsp blis OpenCL stdc++ rt jpeg m C_LIB_FLAG = $(foreach d, $(C_LIB), -l$d) C_LIB_PATH = /usr/lib ../../bin C_LIB_PATH_FLAG = $(foreach d, $(C_LIB_PATH), -L$d)