]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - readme.txt
Updated offload tables.
[dense-linear-algebra-libraries/linalg.git] / readme.txt
index 06f557770cac624d3982726e498f6455e207aa96..234d5198e05c9af47448a576ae0df56eb59c2432 100644 (file)
@@ -2,7 +2,7 @@ Build instructions of LINALG component:
 
 1.--------- Set environment variables ---------
 
-Following environment vaialbes must be set in order to build DSP-only LINALG (version numbers are used as examples):
+Following environment variables must be set in order to build DSP-only LINALG (version numbers are used as examples):
 
 export CGTROOT="<TI_CGT_INSTALLATION_ROOT>/cgt-c6x"
 export PDK_DIR="<COMPONENTS_INSTALLATION_ROOT>/pdk_c667x_2_0_1"
@@ -57,19 +57,16 @@ export LINALG_DIR="<LINALG installation folder>"
 # BLIS_BLAS_ACC_LIB_DIR =  ../../blasblisacc/lib
 # BLIS_LIB       := $(BLIS_BLAS_ACC_LIB_DIR)/libcblas_armplusdsp.a $(BLIS_ARM_LIB_DIR)/libblis.a -lOpenCL -locl_util -lstdc++ -lrt -lpthread 
 # Use same environment variables as building the examles.
-cd src/ti/linalg
-make BLIStest       
+cd packages/ti/linalg
+make ARMplusDSP MEM_MODEL=Large TARGET=SOC_K2H LIBOS=LIB_OPENCL
+make BLIStest MEM_MODEL=Large TARGET=SOC_K2H LIBOS=LIB_OPENCL
+The executalbe test_libblis_cortex-a15.x is located in packages/ti/linalg/blis/testsuite.
 
 5.--------- Build BLIS test suite for DSP-only ---------
 # BLIS DSP test suite shares same make process defined in examples/dsponly/common/Makefile.common. It searches include path and lib path
 # in RTSC packaging style: $(LINALG_DIR)/packages/ti/linalg. Therefore, to build BLIS test suite, LINALG needs to be installed first.
 # Use same environment variables as building the examles.
-cd src/ti/linalg
-make cleanDSPlibs MEM_MODEL=Medium TARGET=SOC_C6678 LIBOS=LIB_RTOS
-cd -
-rm -r exports
-make -f build/Makefile MEM_MODEL=Medium TARGET=SOC_C6678 LIBOS=LIB_RTOS
-rm -r ~/ti/linalg_1_2_0_0_rtos/*
-cp -r exports/linalg_1_2_0_0/* ~/ti/linalg_1_2_0_0_rtos
-cd src/ti/linalg/blis/testsuite/dsponly
-make TARGET=SOC_C6678
+cd packages/ti/linalg
+make DSPlibs MEM_MODEL=Medium TARGET=SOC_C6678 LIBOS=LIB_RTOS
+make BLIStestDSP MEM_MODEL=Medium TARGET=SOC_C6678 LIBOS=LIB_RTOS
+The executalbe blistestDSP.out is located in packages/ti/linalg/blis/testsuite.