Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hydra-image-processor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
hydra-image-processor
Commits
b99f87e1
Commit
b99f87e1
authored
6 years ago
by
Eric Wait
Browse files
Options
Downloads
Patches
Plain Diff
Changed legend position
parent
26d9e771
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/MATLAB/+Performance/PlotResults.m
+2
-2
2 additions, 2 deletions
src/MATLAB/+Performance/PlotResults.m
src/MATLAB/+Performance/RunTiming.m
+1
-1
1 addition, 1 deletion
src/MATLAB/+Performance/RunTiming.m
with
3 additions
and
3 deletions
src/MATLAB/+Performance/PlotResults.m
+
2
−
2
View file @
b99f87e1
...
...
@@ -43,11 +43,11 @@ function PlotResults(times,kernelName,numDevices)
types
=
vertcat
(
types
,
typesDev
);
end
legend
(
types
,
'Location'
,
'
nor
thwest'
);
legend
(
types
,
'Location'
,
'
sou
thwest'
);
title
(
kernelName
)
xlabel
(
'Number of Voxels'
);
ylabel
(
'Cuda
is this many times faster
'
);
ylabel
(
'Cuda
Speedup
'
);
f
.
Units
=
'normalized'
;
f
.
Position
=
[
0
,
0
,
1
,
1
];
...
...
This diff is collapsed.
Click to expand it.
src/MATLAB/+Performance/RunTiming.m
+
1
−
1
View file @
b99f87e1
...
...
@@ -6,7 +6,7 @@ numTrials = 2;
numDevices
=
ImProc
.
Cuda
.
DeviceCount
();
sizes_rc
=
[
...
0512
,
0512
,
1
,
1
,
1
;
% single small images
1024
,
1024
,
1
,
1
,
1
;
% single medium image
1024
,
1024
,
1
,
1
,
1
;
% single medium image
2048
,
2048
,
1
,
1
,
1
;
% single large image
1024
,
1024
,
150
,
1
,
1
;
% 3D medium image
1024
,
1024
,
150
,
2
,
1
;
% 4D medium image
...
...
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