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
f39c61b6
Commit
f39c61b6
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Fix mispell
parent
16954d45
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!129
Fix #56 - Issue in CUDA_zparfb kernels for TT case
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
compute/pzgeqrfrh.c
+1
-1
1 addition, 1 deletion
compute/pzgeqrfrh.c
runtime/starpu/control/runtime_zlocality.c
+1
-1
1 addition, 1 deletion
runtime/starpu/control/runtime_zlocality.c
with
2 additions
and
2 deletions
compute/pzgeqrfrh.c
+
1
−
1
View file @
f39c61b6
...
...
@@ -74,7 +74,7 @@ void chameleon_pzgeqrfrh( int genD, int BS, CHAM_desc_t *A, CHAM_desc_t *T, CHAM
/* Worker space
*
* zunmqr = A->nb * ib
* ztpmqr
r
= 3 * A->nb * ib
* ztpmqr
t
= 3 * A->nb * ib
*/
ws_worker
=
chameleon_max
(
ws_worker
,
ib
*
A
->
nb
*
3
);
#endif
...
...
This diff is collapsed.
Click to expand it.
runtime/starpu/control/runtime_zlocality.c
+
1
−
1
View file @
f39c61b6
...
...
@@ -199,7 +199,7 @@ void RUNTIME_zlocality_onerestore( cham_tasktype_t kernel )
case
TASK_GEQRT
:
cl_zgeqrt_restore_where
();
break
;
case
TASK_TPQRT
:
cl_ztpqrt_restore_where
();
break
;
case
TASK_UNMQR
:
cl_zunmqr_restore_where
();
break
;
case
TASK_TPMQR
:
cl_ztpmqrt_restore_where
();
break
;
case
TASK_TPMQR
T
:
cl_ztpmqrt_restore_where
();
break
;
/* LQ */
case
TASK_GELQT
:
cl_zgelqt_restore_where
();
break
;
...
...
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