summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Wei2014-02-19 11:50:22 -0600
committerMing Wei2014-02-19 11:50:22 -0600
commitfe6622a33445cd4738828c89533227751f303b49 (patch)
tree58b5817f47fe09330a16098c2be52a2cff5017c4
parent8e9abc46a260491a6db4b84c29510d432418e0d1 (diff)
downloadblas-lib-fe6622a33445cd4738828c89533227751f303b49.tar.gz
blas-lib-fe6622a33445cd4738828c89533227751f303b49.tar.xz
blas-lib-fe6622a33445cd4738828c89533227751f303b49.zip
Fixed missing EdmaMgr_wait in S and Z kernelsHEADBLAS.03.11.00.02master
-rw-r--r--blas/lib/libatlas.abin24374308 -> 24271262 bytes
-rw-r--r--blas/lib/libcblas.abin1527864 -> 1527864 bytes
-rw-r--r--blas/lib/liblapack.abin569850 -> 569850 bytes
-rw-r--r--blas/lib/libtstatlas.abin2185428 -> 2185428 bytes
-rw-r--r--blas/releasenote.txt14
5 files changed, 10 insertions, 4 deletions
diff --git a/blas/lib/libatlas.a b/blas/lib/libatlas.a
index d488422..99f91fc 100644
--- a/blas/lib/libatlas.a
+++ b/blas/lib/libatlas.a
Binary files differ
diff --git a/blas/lib/libcblas.a b/blas/lib/libcblas.a
index 8e0fc4a..0bc4a63 100644
--- a/blas/lib/libcblas.a
+++ b/blas/lib/libcblas.a
Binary files differ
diff --git a/blas/lib/liblapack.a b/blas/lib/liblapack.a
index 0f3cc92..53caf2a 100644
--- a/blas/lib/liblapack.a
+++ b/blas/lib/liblapack.a
Binary files differ
diff --git a/blas/lib/libtstatlas.a b/blas/lib/libtstatlas.a
index 0e3314a..d757362 100644
--- a/blas/lib/libtstatlas.a
+++ b/blas/lib/libtstatlas.a
Binary files differ
diff --git a/blas/releasenote.txt b/blas/releasenote.txt
index cf7b5fd..db7f3f1 100644
--- a/blas/releasenote.txt
+++ b/blas/releasenote.txt
@@ -7,6 +7,7 @@ Table of Contents
7 01.01.00.00. Optimized ECPY Release 7 01.01.00.00. Optimized ECPY Release
8 03.11.00.00. First Release Version 8 03.11.00.00. First Release Version
9 03.11.00.01. Using EdmaMgr 9 03.11.00.01. Using EdmaMgr
10 03.11.00.02. Fixed missing EdmaMgr_wait in S and Z kernels
10 11
11 12
12================================================================================ 13================================================================================
@@ -33,6 +34,11 @@ Table of Contents
33 - Using local addresses to replace global address for L1/L2 working buffer start addresses 34 - Using local addresses to replace global address for L1/L2 working buffer start addresses
34================================================================================ 35================================================================================
35 36
37================================================================================
38 03.11.00.02. Fixed missing EdmaMgr_wait in S and Z kernels
39 - The missing EdmaMgr_wait() in single real and complex kernels have been added.
40================================================================================
41
36Dirctory Structure: 42Dirctory Structure:
37 43
38- example (folder for the example code of ECPY version of ATLAS libraries) 44- example (folder for the example code of ECPY version of ATLAS libraries)
@@ -48,15 +54,15 @@ Building and Testing Environment Setup
48- C6678EVM LE connected to PC via USB 54- C6678EVM LE connected to PC via USB
49- CCS5.2 installed at /opt/ti/ccsv5 55- CCS5.2 installed at /opt/ti/ccsv5
50- CGT7.4.2 installed at /opt/ti/TI_CGT_C6000_7.4.2 56- CGT7.4.2 installed at /opt/ti/TI_CGT_C6000_7.4.2
51- XDCTools3.25.02.70 installed at /opt/ti/xdctools_3_25_02_70 57- XDCTools3.25.02.70 installed at /opt/ti/xdctools_3_25_02_70
52- “xdctools” is set up as the symbolic link pointing to /opt/ti/xdctools_3_25_02_70 58- “xdctools” is set up as the symbolic link pointing to /opt/ti/xdctools_3_25_02_70
53- bios_6_35_04_50 installed at /opt/ti/                  59- bios_6_35_04_50 installed at /opt/ti/
54- mcsdk_3_00_03_15 installed at /opt/ti 60- mcsdk_3_00_03_15 installed at /opt/ti
55- omp_2_01_09_00 installed at /opt/ti 61- omp_2_01_09_00 installed at /opt/ti
56- pdk_C6678_2_1_3_7 installed at /opt/ti 62- pdk_C6678_2_1_3_7 installed at /opt/ti
57- edma3_lld_02_11_10_09 installed at /opt/ti 63- edma3_lld_02_11_10_09 installed at /opt/ti
58- xdais_7_23_00_06 installed at /opt/ti 64- xdais_7_23_00_06 installed at /opt/ti
59- framework_components_3_30_00_06 installed at /opt/ti   65- framework_components_3_30_00_06 installed at /opt/ti
60- ipc_3_00_04_29 installed at /opt/ti 66- ipc_3_00_04_29 installed at /opt/ti
61 67
62 68