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
527c3d42
Commit
527c3d42
authored
3 months ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
testing/sytrf: Check needs a fully initialized matrix and not only the triangle
parent
a938be56
No related branches found
No related tags found
1 merge request
!507
ci: add test_starpu_cuda
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/testing_zsysv.c
+1
-1
1 addition, 1 deletion
testing/testing_zsysv.c
testing/testing_zsytrf.c
+1
-1
1 addition, 1 deletion
testing/testing_zsytrf.c
with
2 additions
and
2 deletions
testing/testing_zsysv.c
+
1
−
1
View file @
527c3d42
...
@@ -80,7 +80,7 @@ testing_zsysv_desc( run_arg_list_t *args, int check )
...
@@ -80,7 +80,7 @@ testing_zsysv_desc( run_arg_list_t *args, int check )
/* Check the factorization */
/* Check the factorization */
descA0
=
CHAMELEON_Desc_Copy
(
descA
,
CHAMELEON_MAT_ALLOC_TILE
);
descA0
=
CHAMELEON_Desc_Copy
(
descA
,
CHAMELEON_MAT_ALLOC_TILE
);
CHAMELEON_zplgsy_Tile
(
(
double
)
N
,
uplo
,
descA0
,
seedA
);
CHAMELEON_zplgsy_Tile
(
(
double
)
N
,
ChamUpperLower
,
descA0
,
seedA
);
hres
+=
check_zxxtrf
(
args
,
ChamSymmetric
,
uplo
,
descA0
,
descA
);
hres
+=
check_zxxtrf
(
args
,
ChamSymmetric
,
uplo
,
descA0
,
descA
);
...
...
This diff is collapsed.
Click to expand it.
testing/testing_zsytrf.c
+
1
−
1
View file @
527c3d42
...
@@ -63,7 +63,7 @@ testing_zsytrf_desc( run_arg_list_t *args, int check )
...
@@ -63,7 +63,7 @@ testing_zsytrf_desc( run_arg_list_t *args, int check )
/* Checks the factorisation and residue */
/* Checks the factorisation and residue */
if
(
check
)
{
if
(
check
)
{
CHAM_desc_t
*
descA0
=
CHAMELEON_Desc_Copy
(
descA
,
CHAMELEON_MAT_ALLOC_TILE
);
CHAM_desc_t
*
descA0
=
CHAMELEON_Desc_Copy
(
descA
,
CHAMELEON_MAT_ALLOC_TILE
);
CHAMELEON_zplgsy_Tile
(
(
double
)
N
,
uplo
,
descA0
,
seedA
);
CHAMELEON_zplgsy_Tile
(
(
double
)
N
,
ChamUpperLower
,
descA0
,
seedA
);
hres
+=
check_zxxtrf
(
args
,
ChamSymmetric
,
uplo
,
descA0
,
descA
);
hres
+=
check_zxxtrf
(
args
,
ChamSymmetric
,
uplo
,
descA0
,
descA
);
...
...
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