Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
a8be35a7
Commit
a8be35a7
authored
Sep 03, 2017
by
Pietro Incardona
Browse files
Fixing performance test
parent
0a4729e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Vector/performance/cl_comp_performance_graph.hpp
View file @
a8be35a7
...
...
@@ -151,7 +151,7 @@ template<unsigned int dim> void cl_comp_normal_vs_hilbert_create_time(GoogleChar
yp_dev
.
get
(
i
).
get
(
j
).
get
(
0
)
=
cl_time_create_hilb_dev
.
get
(
i
).
get
(
j
);
yp_mean
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_create_rand_mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_create_rand_
mean
.
get
(
i
).
get
(
j
);
yp_dev
.
get
(
i
).
get
(
j
).
get
(
1
)
=
cl_time_create_rand_
dev
.
get
(
i
).
get
(
j
);
}
}
...
...
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