This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
clean includes duplicating #include "common.h"
pull/1839/head
Andrew
7 years ago
parent
d5b3b96cbf
commit
bffcbaca4c
100 changed files
with
0 additions
and
156 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
benchmark/asum.c
+0
-2
benchmark/axpy.c
+0
-2
benchmark/cholesky.c
+0
-2
benchmark/copy.c
+0
-2
benchmark/dot.c
+0
-2
benchmark/geev.c
+0
-2
benchmark/gemm.c
+0
-2
benchmark/gemm3m.c
+0
-2
benchmark/gemv.c
+0
-2
benchmark/ger.c
+0
-2
benchmark/gesv.c
+0
-2
benchmark/getri.c
+0
-2
benchmark/hemm.c
+0
-2
benchmark/hemv.c
+0
-2
benchmark/her2k.c
+0
-2
benchmark/herk.c
+0
-2
benchmark/iamax.c
+0
-2
benchmark/linpack.c
+0
-2
benchmark/nrm2.c
+0
-2
benchmark/potrf.c
+0
-2
benchmark/rot.c
+0
-2
benchmark/scal.c
+0
-2
benchmark/swap.c
+0
-2
benchmark/symm.c
+0
-2
benchmark/symv.c
+0
-2
benchmark/syr2k.c
+0
-2
benchmark/syrk.c
+0
-2
benchmark/trmm.c
+0
-2
benchmark/trsm.c
+0
-2
benchmark/zdot-intel.c
+0
-2
benchmark/zdot.c
+0
-1
ctest/auxiliary.c
+0
-2
ctest/c_c2chke.c
+0
-2
ctest/c_c3chke.c
+0
-2
ctest/c_c3chke_3m.c
+0
-1
ctest/c_cblas2.c
+0
-1
ctest/c_cblas3.c
+0
-1
ctest/c_cblas3_3m.c
+0
-2
ctest/c_d2chke.c
+0
-2
ctest/c_d3chke.c
+0
-1
ctest/c_dblas2.c
+0
-1
ctest/c_dblas3.c
+0
-2
ctest/c_s2chke.c
+0
-2
ctest/c_s3chke.c
+0
-1
ctest/c_sblas2.c
+0
-2
ctest/c_sblas3.c
+0
-2
ctest/c_xerbla.c
+0
-2
ctest/c_z2chke.c
+0
-2
ctest/c_z3chke.c
+0
-2
ctest/c_z3chke_3m.c
+0
-1
ctest/c_zblas2.c
+0
-1
ctest/c_zblas3.c
+0
-1
ctest/c_zblas3_3m.c
+0
-1
driver/level2/gbmv_k.c
+0
-2
driver/level2/gbmv_thread.c
+0
-2
driver/level2/gemv_thread.c
+0
-2
driver/level2/ger_thread.c
+0
-1
driver/level2/sbmv_k.c
+0
-2
driver/level2/sbmv_thread.c
+0
-1
driver/level2/spmv_k.c
+0
-2
driver/level2/spmv_thread.c
+0
-1
driver/level2/spr2_k.c
+0
-2
driver/level2/spr2_thread.c
+0
-2
driver/level2/spr_thread.c
+0
-2
driver/level2/symv_thread.c
+0
-1
driver/level2/syr2_k.c
+0
-2
driver/level2/syr2_thread.c
+0
-2
driver/level2/syr_thread.c
+0
-1
driver/level2/tbmv_L.c
+0
-1
driver/level2/tbmv_U.c
+0
-2
driver/level2/tbmv_thread.c
+0
-1
driver/level2/tbsv_L.c
+0
-1
driver/level2/tbsv_U.c
+0
-1
driver/level2/tpmv_L.c
+0
-1
driver/level2/tpmv_U.c
+0
-2
driver/level2/tpmv_thread.c
+0
-1
driver/level2/tpsv_L.c
+0
-1
driver/level2/tpsv_U.c
+0
-1
driver/level2/trmv_L.c
+0
-1
driver/level2/trmv_U.c
+0
-2
driver/level2/trmv_thread.c
+0
-1
driver/level2/trsv_L.c
+0
-1
driver/level2/trsv_U.c
+0
-1
driver/level2/zgbmv_k.c
+0
-1
driver/level2/zhbmv_k.c
+0
-1
driver/level2/zher2_k.c
+0
-1
driver/level2/zhpmv_k.c
+0
-1
driver/level2/zhpr2_k.c
+0
-1
driver/level2/zsbmv_k.c
+0
-1
driver/level2/zspmv_k.c
+0
-1
driver/level2/zspr2_k.c
+0
-1
driver/level2/zsyr2_k.c
+0
-1
driver/level2/ztbmv_L.c
+0
-1
driver/level2/ztbmv_U.c
+0
-1
driver/level2/ztbsv_L.c
+0
-1
driver/level2/ztbsv_U.c
+0
-1
driver/level2/ztpmv_L.c
+0
-1
driver/level2/ztpmv_U.c
+0
-1
driver/level2/ztpsv_L.c
+0
-1
driver/level2/ztpsv_U.c
+ 0
- 2
benchmark/asum.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/axpy.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/cholesky.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/copy.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/dot.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/geev.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/gemm.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/gemm3m.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/gemv.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/ger.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/gesv.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/getri.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/hemm.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/hemv.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/her2k.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/herk.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/iamax.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/linpack.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/nrm2.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/potrf.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/rot.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/scal.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/swap.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/symm.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/symv.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/syr2k.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/syrk.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/trmm.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/trsm.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/zdot-intel.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 2
benchmark/zdot.c
View File
@@ -25,8 +25,6 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*****************************************************************************/
#include <stdio.h>
#include <stdlib.h>
#ifdef __CYGWIN32__
#include <sys/time.h>
#endif
+ 0
- 1
ctest/auxiliary.c
View File
@@ -1,7 +1,6 @@
/*
* Written by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_c2chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_c3chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_c3chke_3m.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_cblas2.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/08/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_cblas3.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_cblas3_3m.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_d2chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_d3chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_dblas2.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_dblas3.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 2/19/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_s2chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_s3chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_sblas2.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 1/23/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_sblas3.c
View File
@@ -4,8 +4,6 @@
*
* Modified by T. H. Do, 2/19/98, SGI/CRAY Research.
*/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_xerbla.c
View File
@@ -1,7 +1,5 @@
#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_z2chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_z3chke.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 2
ctest/c_z3chke_3m.c
View File
@@ -1,5 +1,3 @@
#include <stdio.h>
#include <string.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_zblas2.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/08/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
+ 0
- 1
ctest/c_zblas3.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
#define TEST_COL_MJR 0
+ 0
- 1
ctest/c_zblas3_3m.c
View File
@@ -4,7 +4,6 @@
*
* Modified by T. H. Do, 4/15/98, SGI/CRAY Research.
*/
#include <stdlib.h>
#include "common.h"
#include "cblas_test.h"
#define TEST_COL_MJR 0
+ 0
- 1
driver/level2/gbmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/gbmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#if !defined(CONJ) && !defined(XCONJ)
+ 0
- 2
driver/level2/gemv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#ifndef TRANSA
+ 0
- 2
driver/level2/ger_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/sbmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/sbmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#if !defined(HEMV) && !defined(HEMVREV)
+ 0
- 1
driver/level2/spmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/spmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/spr2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/spr2_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){
+ 0
- 2
driver/level2/spr_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){
+ 0
- 2
driver/level2/symv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/syr2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/syr2_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){
+ 0
- 2
driver/level2/syr_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
static int syr_kernel(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n, FLOAT *dummy1, FLOAT *buffer, BLASLONG pos){
+ 0
- 1
driver/level2/tbmv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/tbmv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/tbmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/tbsv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/tbsv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/tpmv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/tpmv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/tpmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/tpsv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/tpsv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/trmv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/trmv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 2
driver/level2/trmv_thread.c
View File
@@ -36,8 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include "common.h"
#include "symcopy.h"
+ 0
- 1
driver/level2/trsv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/trsv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zgbmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zhbmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zher2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zhpmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zhpr2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zsbmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zspmv_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zspr2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/zsyr2_k.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztbmv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztbmv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztbsv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztbsv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztpmv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztpmv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztpsv_L.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
+ 0
- 1
driver/level2/ztpsv_U.c
View File
@@ -36,7 +36,6 @@
/* or implied, of The University of Texas at Austin. */
/*********************************************************************/
#include <stdio.h>
#include <ctype.h>
#include "common.h"
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save