fixed build for compute capability < 2.0

This commit is contained in:
Vladislav Vinogradov 2011-09-28 16:24:51 +00:00
parent f536dfa439
commit 4d3b1a4a02

View File

@ -52,7 +52,7 @@ using namespace cv::gpu::device;
#define MAX_KERNEL_SIZE 16
#define BLOCK_DIM_X 16
#define BLOCK_DIM_Y 8
#define BLOCK_DIM_Y 4
#define RESULT_STEPS 8
#define HALO_STEPS 1