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
aabc33c7
Commit
aabc33c7
authored
Dec 05, 2012
by
Vladislav Vinogradov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily disabled reduceKeyVal implementation for kepler
used fermi implementation
parent
e311613f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
reduce_key_val.hpp
.../gpu/include/opencv2/gpu/device/detail/reduce_key_val.hpp
+3
-3
No files found.
modules/gpu/include/opencv2/gpu/device/detail/reduce_key_val.hpp
View file @
aabc33c7
...
...
@@ -399,7 +399,7 @@ namespace cv { namespace gpu { namespace device
template
<
class
KP
,
class
KR
,
class
VP
,
class
VR
,
class
Cmp
>
static
__device__
void
reduce
(
KP
skeys
,
KR
key
,
VP
svals
,
VR
val
,
unsigned
int
tid
,
Cmp
cmp
)
{
#if __CUDA_ARCH__ >= 300
#if
0 //
__CUDA_ARCH__ >= 300
(void) skeys;
(void) svals;
(void) tid;
...
...
@@ -424,7 +424,7 @@ namespace cv { namespace gpu { namespace device
{
const
unsigned
int
laneId
=
Warp
::
laneId
();
#if __CUDA_ARCH__ >= 300
#if
0 //
__CUDA_ARCH__ >= 300
Unroll<16, KP, KR, VP, VR, Cmp>::loopShfl(key, val, cmp, warpSize);
if (laneId == 0)
...
...
@@ -454,7 +454,7 @@ namespace cv { namespace gpu { namespace device
if
(
tid
<
32
)
{
#if __CUDA_ARCH__ >= 300
#if
0 //
__CUDA_ARCH__ >= 300
loadFromSmem(svals, val, tid);
Unroll<M / 2, KP, KR, VP, VR, Cmp>::loopShfl(key, val, cmp, M);
...
...
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