This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
eliminate Wunused-const gcc7 warning
tags/v0.3.0
Andrew
7 years ago
parent
e89b979b2c
commit
e14d50d86e
11 changed files
with
11 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
driver/level2/tbmv_L.c
+1
-1
driver/level2/tbmv_U.c
+1
-1
driver/level2/tbsv_L.c
+1
-1
driver/level2/tbsv_U.c
+1
-1
driver/level2/tpmv_L.c
+1
-1
driver/level2/tpmv_U.c
+1
-1
driver/level2/ztbmv_L.c
+1
-1
driver/level2/ztbmv_U.c
+1
-1
driver/level2/ztbsv_L.c
+1
-1
driver/level2/ztbsv_U.c
+1
-1
driver/level2/ztpsv_L.c
+ 1
- 1
driver/level2/tbmv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/tbmv_U.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/tbsv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/tbsv_U.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/tpmv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/tpmv_U.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/ztbmv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/ztbmv_U.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/ztbsv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/ztbsv_U.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dp1 = 1.;
//
const static FLOAT dp1 = 1.;
int CNAME(BLASLONG n, BLASLONG k, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
+ 1
- 1
driver/level2/ztpsv_L.c
View File
@@ -40,7 +40,7 @@
#include <ctype.h>
#include "common.h"
const static FLOAT dm1 = -1.;
//
const static FLOAT dm1 = -1.;
int CNAME(BLASLONG m, FLOAT *a, FLOAT *b, BLASLONG incb, void *buffer){
Write
Preview
Loading…
Cancel
Save