Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
cc4s
Cyclops Tensor Framework
Commits
69f3500d
Commit
69f3500d
authored
11 years ago
by
solomon
Browse files
Options
Download
Email Patches
Plain Diff
Added timing printf
parent
84bdbab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/dist_tensor/dist_tensor_op.cxx
src/dist_tensor/dist_tensor_op.cxx
+2
-2
No files found.
src/dist_tensor/dist_tensor_op.cxx
View file @
69f3500d
...
...
@@ -2982,7 +2982,7 @@ int dist_tensor<dtype>::
if
(
get_global_comm
().
rank
==
0
)
ctrf
->
print
();
#endif
double
dtt
=
MPI_Wtime
();
if
(
get_global_comm
().
rank
==
0
){
DPRINTF
(
1
,
"[%d] performing contraction
\n
"
,
get_global_comm
().
rank
);
...
...
@@ -3007,7 +3007,7 @@ int dist_tensor<dtype>::
stat
=
zero_out_padding
(
type
->
tid_C
);
#endif
if
(
get_global_comm
().
rank
==
0
){
D
PRINTF
(
1
,
"Contraction
completed.
\n
"
);
V
PRINTF
(
1
,
"Contraction
permutation completed in %lf sec.
\n
"
,
MPI_Wtime
()
-
dtt
);
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment