Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
181b448c
Commit
181b448c
authored
Dec 22, 2017
by
Li Peng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add one more convolution kernel tuning candidate
Signed-off-by:
Li Peng
<
peng.li@intel.com
>
parent
1bc1f3d3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
0 deletions
+1
-0
ocl4dnn_conv_spatial.cpp
modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp
+1
-0
conv_layer_spatial.cl
modules/dnn/src/opencl/conv_layer_spatial.cl
+0
-0
No files found.
modules/dnn/src/ocl4dnn/src/ocl4dnn_conv_spatial.cpp
View file @
181b448c
...
...
@@ -1432,6 +1432,7 @@ void OCL4DNNConvSpatial<float>::generateTunerItems(std::vector< cv::Ptr<tunerPar
generate_gemmlike_tuneritems
(
tunerItems
,
1
,
8
,
32
);
generate_gemmlike_tuneritems
(
tunerItems
,
2
,
8
,
32
);
generate_gemmlike_tuneritems
(
tunerItems
,
1
,
16
,
32
);
generate_gemmlike_tuneritems
(
tunerItems
,
2
,
16
,
32
);
// idlf kernel
for
(
int
simd_size
=
8
;
simd_size
<=
16
;
simd_size
+=
8
)
...
...
modules/dnn/src/opencl/conv_layer_spatial.cl
View file @
181b448c
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