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
Added DEBUG option in Makefile.rule. Fixed DEBUG typo mistakes.
tags/v0.1alpha1
Xianyi Zhang
15 years ago
parent
36b3a730d3
commit
1b97ec1a7c
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.rule
+1
-1
driver/level3/gemm3m_level3.c
+1
-1
driver/level3/level3.c
+ 1
- 1
Makefile.rule
View File
@@ -92,7 +92,7 @@ VERSION = 0.1
# DEBUG = 1
ifeq ($(DEBUG), 1)
COMMON_OPT += -g
COMMON_OPT += -g
-DDEBUG
else
COMMON_OPT += -O2
endif
+ 1
- 1
driver/level3/gemm3m_level3.c
View File
@@ -297,7 +297,7 @@ int CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n,
printf("GEMM: SA .. %p SB .. %p\n", sa, sb);
#endif
#ifdef
DEBU
G
#ifdef
TIMIN
G
innercost = 0;
outercost = 0;
kernelcost = 0;
+ 1
- 1
driver/level3/level3.c
View File
@@ -278,7 +278,7 @@ int CNAME(blas_arg_t *args, BLASLONG *range_m, BLASLONG *range_n,
// fprintf(stderr, "A = %p B = %p C = %p\n\tlda = %ld ldb = %ld ldc = %ld\n", a, b, c, lda, ldb, ldc);
#endif
#ifdef
DEBU
G
#ifdef
TIMIN
G
innercost = 0;
outercost = 0;
kernelcost = 0;
Write
Preview
Loading…
Cancel
Save