Commit 32a2fde8 authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

temporarily disabled compute descriptor kernel for new cards (some problems with…

temporarily disabled compute descriptor kernel for new cards (some problems with threads synchronization), old version of kernels is used.
parent 5b3d786e
This diff is collapsed.
...@@ -233,8 +233,8 @@ namespace ...@@ -233,8 +233,8 @@ namespace
typedef void (*compute_descriptors_t)(const DevMem2Df& descriptors, typedef void (*compute_descriptors_t)(const DevMem2Df& descriptors,
const KeyPoint_GPU* features, int nFeatures); const KeyPoint_GPU* features, int nFeatures);
const compute_descriptors_t compute_descriptors = const compute_descriptors_t compute_descriptors = compute_descriptors_gpu_old;
DeviceInfo().supports(FEATURE_SET_COMPUTE_13) ? compute_descriptors_gpu : compute_descriptors_gpu_old; //DeviceInfo().supports(FEATURE_SET_COMPUTE_13) ? compute_descriptors_gpu : compute_descriptors_gpu_old;
if (keypoints.cols > 0) if (keypoints.cols > 0)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment