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
db0c4074
Commit
db0c4074
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Change for INSERT_TASK to better match the rest of the API
parent
38d2b92c
No related branches found
No related tags found
1 merge request
!90
Renaming
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/chameleon/chameleon_tasks_z.h
+88
-88
88 additions, 88 deletions
include/chameleon/chameleon_tasks_z.h
include/chameleon/chameleon_tasks_zc.h
+2
-2
2 additions, 2 deletions
include/chameleon/chameleon_tasks_zc.h
with
90 additions
and
90 deletions
include/chameleon/chameleon_tasks_z.h
+
88
−
88
View file @
db0c4074
This diff is collapsed.
Click to expand it.
include/chameleon/chameleon_tasks_zc.h
+
2
−
2
View file @
db0c4074
...
@@ -29,11 +29,11 @@
...
@@ -29,11 +29,11 @@
/**
/**
* Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order
* Declarations of QUARK wrappers (called by CHAMELEON) - alphabetical order
*/
*/
void
I
nsertTask
_clag2z
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_clag2z
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
void
I
nsertTask
_zlag2c
(
const
RUNTIME_option_t
*
options
,
void
I
NSERT_TASK
_zlag2c
(
const
RUNTIME_option_t
*
options
,
int
m
,
int
n
,
int
nb
,
int
m
,
int
n
,
int
nb
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
A
,
int
Am
,
int
An
,
int
lda
,
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
MORSE_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
ldb
);
...
...
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