]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/history
dense-linear-algebra-libraries/linalg.git
2017-10-18 Jianzhong XuSkip CBLAS DSP initializtion if OFFLOAD is disabled. master
2016-08-31 Jianzhong XuStop making and exit when there is compilation error.
2016-06-28 Jianzhong XuAdded missing header files to examples source code.
2016-06-16 Jianzhong XuDocs clean up. DEV.LINALG.1.2.0.0
2016-06-15 Jianzhong XuAdded release notes.
2016-06-14 Jianzhong XuAddressed code review comments.
2016-06-08 Jianzhong XuRemoved 'mmv' from Makefile.
2016-06-03 Jianzhong XuChanged offload table from per memory model to per...
2016-06-02 Jianzhong XuCorrected offload tables for small memory model.
2016-06-01 Jianzhong XuUpdated offload tables.
2016-06-01 Jianzhong XuFixed merge errors.
2016-06-01 Jianzhong XuMerge branch 'master' of git.ti.com:dense-linear-algebr...
2016-06-01 Jianzhong XuTuning code clean up.
2016-05-27 Jianzhong XuSync with external git. Should be the other way around.
2016-05-27 Jianzhong Xu1. clean up ARM wrapper code.
2016-05-25 Jianzhong XuIn DSP wrapper code, renamed bli_l3_mem_config to blas_...
2016-05-25 Jianzhong XuCode clean up and documentation.
2016-05-23 Jianzhong XuCorrected errors in BLIS test code.
2016-05-20 Jianzhong XuAdded missing file for tuning. Use ../lib as linalg...
2016-05-19 Jianzhong XuLevel 3 optimization l3perf
2016-05-18 Jianzhong XuMerge remote-tracking branch 'origin/klockwork'
2016-05-18 Jianzhong XuFixing issues found by Klocwork. klockwork
2016-05-17 Jianzhong XuMoved huge array definitions from stack to DDR for...
2016-05-13 Jianzhong XuAddressing issues found by Klockwork
2016-05-12 Jianzhong XuAdded missing offload tables
2016-05-12 Jianzhong Xu1. fixed potential memory leakage in ARM wrapper code
2016-04-18 Jianzhong XuChanged SOC_SHANNON to SOC_C6678 in Makefile.
2016-04-14 Jianzhong XuBuild tuning code.
2016-04-08 Jianzhong XuPass NUM_DSP_CORES to ticblas build since it uses blis.h.
2016-04-07 Jianzhong XuAdded support for AM572x. Performance to be tuned and...
2016-03-24 Jianzhong Xu1. Replaced lib_clock64() with lib_clock_read(). 1.2.0.0.iter2
2016-03-23 Jianzhong XuMoved Small memory model BLIS parameters to Medium...
2016-03-21 Jianzhong XuAdded missing platform files.
2016-03-21 Jianzhong XuL2 SRAM memory optimization for Shannon EVM.
2016-03-14 Jianzhong XuMerge branch 'master' of git.ti.com:dense-linear-algebr...
2016-03-14 Jianzhong XuMoved readme.txt to each of dsponly and arm+dsp example...
2016-03-14 Jianzhong XuAdded readme.txt to each of arm+dsp and dsp-only examples.
2016-03-14 Jianzhong XuCleaning up makefiles.
2016-03-11 Jianzhong XuLinalg examples working after RTSC packaging changes.
2016-03-09 Jianzhong XuReorganized directory structure for RTSC packaging.
2016-03-04 Jianzhong XuLINALG 1.2.0 iteration 1.
2016-03-04 Jianzhong XuOptimized small memory model for C6678 RTOS build.
2016-02-24 Jianzhong XuDSP-only BILS test suite works on C6678 EVM.
2016-02-19 Jianzhong XuReorganized examples for ARM+DSP and DSP-only
2016-02-16 Jianzhong XuDSP-only example works on C6678 EVM. Added a script...
2016-02-05 Jianzhong Xu1. Added time(latency) to BLIS benchmarking raw data...
2016-01-25 Jianzhong XuReplaced malloc with lib_smem_salloc for BLIS kernel... 1.2.0.0.iter1
2016-01-15 Jianzhong XuLINALG validated on K2H. (BLIS, CBLAS, CLAPACK tests... 1.2.0.0.7
2016-01-11 Jianzhong XuBLIS test suites runns successfully on K2H EVM Linux. 1.2.0.0.6
2016-01-04 Jianzhong XuReverted blas acc wrapper code by removing changes...
2015-12-16 Jianzhong XuAdded readme.txt to examples/dsponly. Cleaned up makefiles.
2015-12-15 Jianzhong XuAdded DSP-only dgemm example.
2015-12-15 Jianzhong XuFixed bug in Makefile
2015-12-15 Jianzhong XuCombined multiple DSP libraries into one.
2015-12-14 Jianzhong XuIntegrated linalg into Proc-SDK RTOS.
2015-11-16 jianzhong-xuAdded -lpthread.
2015-11-16 jianzhong-xuBuilding linalg examples in Proc-SDK.
2015-11-13 jianzhong-xuAdded clapack/F2CLIBS/libf2c/arith.h
2015-11-13 jianzhong-xuRemoved generation of clapack/F2CLIBS/libf2c/arith.h.
2015-11-13 jianzhong-xuFixed a typo in Makefile.
2015-11-13 jianzhong-xuIntegration into Processor-SDK.
2015-10-30 Jianzhong XuMerged refactored BLIS code and BLIS code with AM57x...
2015-10-19 Jianzhong XuAdded debugging info. 1.2.0.0.5
2015-10-15 Jianzhong XuRefactored BLIS-BLAS code using LibArch API. 1.2.0.0.4
2015-10-08 Jianzhong XuAdded bli_mem_init() to level 3 facade functions. Use... 1.2.0.0.3
2015-10-06 Jianzhong XuRefactored BLIS code using LibArch API for memory trans... 1.0.2.0.1
2015-10-01 Jianzhong XuConsolidate all git repos of linalg into one. linalg.1.2.0.0.0
2015-08-07 JianzhongXuAdded permissions to executable files.
2015-08-06 Jianzhong XuAdded execution permissions to executable files.
2015-07-31 Jianzhong XuUpdated Debian related infomation. DEV.LINALG.01.00.00.03
2015-07-30 Jianzhong XuTI Linear Algebra Library (LINALG) Rlease 1.0.0 DEV.LINALG.01.00.00.02
2015-06-15 Devangi ParikhMade changes to the Makefile so that it can be built...
2015-06-08 Jianzhong XuFixed a bug (if iter==0) in tuning codes.
2015-06-01 Jianzhong XuLINALG 1.0.0.2: Fixed BLIS hanging problem during LAPAC...
2015-05-27 Jianzhong XuUpdated Debian changelog. DEV.LINALG.01.00.00.01
2015-05-27 Jianzhong XuFixed cross compilation bug in gemm_bench.
2015-05-18 Jianzhong XuAdd installation of libelf1:i386.
2015-05-15 Jianzhong XuFixed makefiles to cross compile the examples on x86.
2015-05-13 Jianzhong XuRemove IPK creation from build script.
2015-05-12 Jianzhong XuAdded release script for CM to build LINALG without...
2015-05-08 Jianzhong XuUpdated changelog for 1.0.0.0 DEV.LINALG.01.00.00.00
2015-05-08 Jianzhong XuUpdated release note. 1.0.0.0
2015-05-07 Jianzhong XuModified release note.
2015-05-06 Jianzhong XuCorrected a typo in examples/ztrmm_test.
2015-05-05 Jianzhong XuAdded release notes in docs folder.
2015-05-05 Jianzhong XuAdded gemm_bench.
2015-05-01 Devangi ParikhUpdated changelog 0.8.0.1
2015-04-30 Jianzhong XuAdded "Passed" to dgemm_test. 0.8.0.0
2015-04-30 Jianzhong XuAdded dgemm benchmarking example.
2015-04-30 Jianzhong XuExamples improved.
2015-04-29 Jianzhong XuRemoved dependency on libatlas-base-dev.
2015-04-27 Jianzhong XuAdded what's missed for native build of DSP code. 0.7.1.0
2015-04-24 Jianzhong Xuupdated for 0.7.0.0 0.7.0.0
2015-04-24 Jianzhong XuModified make.inc for native compilation of DSP code.
2015-04-24 Jianzhong XuMerge branch 'master' of gitorious.design.ti.com:linear...
2015-04-24 JianzhongXuModified readme.txt
2015-04-24 Jianzhong XuAdded docs folder to and removed readme.txt from tar...
2015-04-23 Jianzhong XuAdded software manifest. Moved readme.txt to docs folder. 0.6.0.1
2015-04-23 Jianzhong XuAdded more examples. Tuning and example code clean up.
2015-04-22 Jianzhong XuCleaned up examples.
next