Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
5f83bffb
Commit
5f83bffb
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Morse tryed to stay alive
parent
5ee2abef
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!90
Renaming
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
timing/timing_zauxiliary.h
+4
-4
4 additions, 4 deletions
timing/timing_zauxiliary.h
with
4 additions
and
4 deletions
timing/timing_zauxiliary.h
+
4
−
4
View file @
5f83bffb
...
...
@@ -22,15 +22,15 @@ int z_check_LLTfactorization(int N, CHAMELEON_Complex64_t *A1, CHAMELEON_Comp
double
z_check_gemm
(
cham_trans_t
transA
,
cham_trans_t
transB
,
int
M
,
int
N
,
int
K
,
CHAMELEON_Complex64_t
alpha
,
CHAMELEON_Complex64_t
*
A
,
int
LDA
,
CHAMELEON_Complex64_t
*
B
,
int
LDB
,
CHAMELEON_Complex64_t
beta
,
CHAMELEON_Complex64_t
*
C
morse
,
CHAMELEON_Complex64_t
beta
,
CHAMELEON_Complex64_t
*
C
cham
,
CHAMELEON_Complex64_t
*
Cref
,
int
LDC
,
double
*
Cinitnorm
,
double
*
C
morse
norm
,
double
*
Clapacknorm
);
double
*
Cinitnorm
,
double
*
C
cham
norm
,
double
*
Clapacknorm
);
double
z_check_trsm
(
cham_side_t
side
,
cham_uplo_t
uplo
,
cham_trans_t
trans
,
cham_diag_t
diag
,
int
M
,
int
NRHS
,
CHAMELEON_Complex64_t
alpha
,
CHAMELEON_Complex64_t
*
A
,
int
LDA
,
CHAMELEON_Complex64_t
*
B
morse
,
CHAMELEON_Complex64_t
*
Bref
,
int
LDB
,
double
*
Binitnorm
,
double
*
B
morse
norm
,
double
*
Blapacknorm
);
CHAMELEON_Complex64_t
*
B
cham
,
CHAMELEON_Complex64_t
*
Bref
,
int
LDB
,
double
*
Binitnorm
,
double
*
B
cham
norm
,
double
*
Blapacknorm
);
double
z_check_solution
(
int
M
,
int
N
,
int
NRHS
,
CHAMELEON_Complex64_t
*
A1
,
int
LDA
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment