fixed gpu::sum* on CC1.0, updated some tests

This commit is contained in:
Alexey Spizhevoy
2011-02-02 07:23:55 +00:00
parent f7e62d89f8
commit 557dd39f03
6 changed files with 27 additions and 11 deletions

View File

@@ -66,8 +66,14 @@ namespace cv
enum GpuFeature
{
NATIVE_DOUBLE,
ATOMICS
COMPUTE_10 = 10,
COMPUTE_11 = 11,
COMPUTE_12 = 12,
COMPUTE_13 = 13,
COMPUTE_20 = 20,
COMPUTE_21 = 21,
ATOMICS = COMPUTE_11,
NATIVE_DOUBLE = COMPUTE_13
};
class CV_EXPORTS TargetArchs