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
Merge requests
!154
SUMMA GEMM
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
SUMMA GEMM
faverge/chameleon:feature/gemm_summa
into
master
Overview
0
Commits
8
Pipelines
0
Changes
4
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:feature/gemm_summa
into
master
5 years ago
Overview
0
Commits
8
Pipelines
0
Changes
4
Expand
Add BLAS toutines with SUMMA algorithm to reduce the communications.
0
0
Merge request reports
Viewing commit
5c2c8c04
Show latest version
4 files
+
4
−
25
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
5c2c8c04
Silent warnings
· 5c2c8c04
Mathieu Faverge
authored
5 years ago
compute/pzgemm.c
+
0
−
7
Options
@@ -312,13 +312,6 @@ chameleon_pzgemm( cham_trans_t transA, cham_trans_t transB,
CHAM_context_t
*
chamctxt
;
RUNTIME_option_t
options
;
int
m
,
n
,
k
;
int
ldam
,
ldak
,
ldbn
,
ldbk
,
ldcm
;
int
tempmm
,
tempnn
,
tempkn
,
tempkm
;
CHAMELEON_Complex64_t
zbeta
;
CHAMELEON_Complex64_t
zone
=
(
CHAMELEON_Complex64_t
)
1
.
0
;
chamctxt
=
chameleon_context_self
();
if
(
sequence
->
status
!=
CHAMELEON_SUCCESS
)
{
return
;
Loading