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
657861cc
Commit
657861cc
authored
3 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
starpu: Exploit time name in starpu
parent
ee32dd91
No related branches found
No related tags found
1 merge request
!256
Update on descriptors
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/starpu/interface/cham_tile_interface.c
+7
-0
7 additions, 0 deletions
runtime/starpu/interface/cham_tile_interface.c
with
7 additions
and
0 deletions
runtime/starpu/interface/cham_tile_interface.c
+
7
−
0
View file @
657861cc
...
@@ -291,9 +291,16 @@ cti_display( starpu_data_handle_t handle, FILE *f )
...
@@ -291,9 +291,16 @@ cti_display( starpu_data_handle_t handle, FILE *f )
starpu_cham_tile_interface_t
*
cham_tile_interface
=
(
starpu_cham_tile_interface_t
*
)
starpu_cham_tile_interface_t
*
cham_tile_interface
=
(
starpu_cham_tile_interface_t
*
)
starpu_data_get_interface_on_node
(
handle
,
STARPU_MAIN_RAM
);
starpu_data_get_interface_on_node
(
handle
,
STARPU_MAIN_RAM
);
#if defined(CHAMELEON_KERNELS_TRACE)
fprintf
(
f
,
"%s{.m=%u,.n=%u}"
,
cham_tile_interface
->
tile
.
name
,
cham_tile_interface
->
tile
.
m
,
cham_tile_interface
->
tile
.
n
);
#else
fprintf
(
f
,
"%u
\t
%u
\t
"
,
fprintf
(
f
,
"%u
\t
%u
\t
"
,
cham_tile_interface
->
tile
.
m
,
cham_tile_interface
->
tile
.
m
,
cham_tile_interface
->
tile
.
n
);
cham_tile_interface
->
tile
.
n
);
#endif
}
}
static
int
static
int
...
...
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