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
84ba1099
Commit
84ba1099
authored
7 years ago
by
Reazul Hoque
Committed by
Mathieu Faverge
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Updated PaRSEC interface
parent
1ff90ef1
No related branches found
No related tags found
1 merge request
!72
PaRSEC DTD Interface
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runtime/parsec/control/runtime_descriptor.c
+4
-0
4 additions, 0 deletions
runtime/parsec/control/runtime_descriptor.c
runtime/parsec/include/chameleon_parsec.h
+1
-0
1 addition, 0 deletions
runtime/parsec/include/chameleon_parsec.h
with
5 additions
and
0 deletions
runtime/parsec/control/runtime_descriptor.c
+
4
−
0
View file @
84ba1099
...
@@ -225,6 +225,10 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
...
@@ -225,6 +225,10 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
parsec_dtd_data_collection_init
(
data_collection
);
parsec_dtd_data_collection_init
(
data_collection
);
/*dplasma_add2arena_tile( parsec_dtd_arenas[0],
mdesc->mb*mdesc->nb*sizeof(MORSE_Complex64_t),
PARSEC_ARENA_ALIGNMENT_SSE,
parsec_datatype_double_complex_t, mdesc->mb ); */
/* /\* Overwrite the leading dimensions to store the padding *\/ */
/* /\* Overwrite the leading dimensions to store the padding *\/ */
/* mdesc->llm = mdesc->mb * mdesc->lmt; */
/* mdesc->llm = mdesc->mb * mdesc->lmt; */
/* mdesc->lln = mdesc->nb * mdesc->lnt; */
/* mdesc->lln = mdesc->nb * mdesc->lnt; */
...
...
This diff is collapsed.
Click to expand it.
runtime/parsec/include/chameleon_parsec.h
+
1
−
0
View file @
84ba1099
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
#include
"control/common.h"
#include
"control/common.h"
struct
morse_parsec_desc_s
;
struct
morse_parsec_desc_s
;
typedef
struct
morse_parsec_desc_s
morse_parsec_desc_t
;
typedef
struct
morse_parsec_desc_s
morse_parsec_desc_t
;
...
...
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