temporarily disabled compute descriptor kernel for new cards (some problems with threads synchronization), old version of kernels is used.
This commit is contained in:
parent
5b3d786e30
commit
32a2fde8ac
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user