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
ba4bf04c
Commit
ba4bf04c
authored
Aug 21, 2013
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed incorrect GPUs -> CUDAs replacement
parent
a4100675
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
simd_functions.hpp
modules/core/include/opencv2/core/cuda/simd_functions.hpp
+2
-2
No files found.
modules/core/include/opencv2/core/cuda/simd_functions.hpp
View file @
ba4bf04c
...
...
@@ -77,9 +77,9 @@
/*
This header file contains inline functions that implement intra-word SIMD
operations, that are hardware accelerated on sm_3x (Kepler)
CUDA
s. Efficient
operations, that are hardware accelerated on sm_3x (Kepler)
GPU
s. Efficient
emulation code paths are provided for earlier architectures (sm_1x, sm_2x)
to make the code portable across all
CUDA
s supported by CUDA. The following
to make the code portable across all
GPU
s supported by CUDA. The following
functions are currently implemented:
vadd2(a,b) per-halfword unsigned addition, with wrap-around: a + b
...
...
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