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
46eeb106
Commit
46eeb106
authored
Oct 04, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Oct 04, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1564 from alalek:cl_runtime_fix_32bit
parents
0a135102
2d1a6687
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
2 deletions
+2
-2
cl_runtime_opencl11.hpp
...cl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl11.hpp
+0
-0
cl_runtime_opencl12.hpp
...cl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl12.hpp
+0
-0
cl_runtime_opencl11_impl.hpp
modules/ocl/src/cl_runtime/cl_runtime_opencl11_impl.hpp
+0
-0
cl_runtime_opencl12_impl.hpp
modules/ocl/src/cl_runtime/cl_runtime_opencl12_impl.hpp
+0
-0
parser_cl.py
modules/ocl/src/cl_runtime/generator/parser_cl.py
+2
-2
No files found.
modules/ocl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl11.hpp
View file @
46eeb106
This diff is collapsed.
Click to expand it.
modules/ocl/include/opencv2/ocl/cl_runtime/cl_runtime_opencl12.hpp
View file @
46eeb106
This diff is collapsed.
Click to expand it.
modules/ocl/src/cl_runtime/cl_runtime_opencl11_impl.hpp
View file @
46eeb106
This diff is collapsed.
Click to expand it.
modules/ocl/src/cl_runtime/cl_runtime_opencl12_impl.hpp
View file @
46eeb106
This diff is collapsed.
Click to expand it.
modules/ocl/src/cl_runtime/generator/parser_cl.py
View file @
46eeb106
...
...
@@ -67,7 +67,7 @@ while True:
fn
[
'modifiers'
]
=
[]
# modifiers
fn
[
'ret'
]
=
ret
fn
[
'calling'
]
=
[]
#
calling
fn
[
'calling'
]
=
calling
# print 'modifiers='+' '.join(modifiers)
# print 'ret='+' '.join(type)
...
...
@@ -112,7 +112,7 @@ ctx['CL_FN_ENUMS'] = generateEnums(fns)
ctx
[
'CL_FN_NAMES'
]
=
generateNames
(
fns
)
ctx
[
'CL_FN_DEFINITIONS'
]
=
generateFnDefinition
(
fns
)
ctx
[
'CL_FN_PTRS'
]
=
generatePtrs
(
fns
)
ctx
[
'CL_FN_SWITCH'
]
=
generateTemplates
(
15
,
'opencl_fn'
,
'opencl_check_fn'
)
ctx
[
'CL_FN_SWITCH'
]
=
generateTemplates
(
15
,
'opencl_fn'
,
'opencl_check_fn'
,
'CL_API_CALL'
)
sys
.
stdout
=
outfile_impl
ProcessTemplate
(
'template/cl_runtime_impl_opencl.hpp.in'
,
ctx
)
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