fix compile warnings
This commit is contained in:
parent
504008dbe0
commit
82b9854837
@ -690,7 +690,7 @@ void findKnnMatch(int k, const oclMat &trainIdx, const oclMat &distance, const o
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void findKnnMatchDispatcher(int k, const oclMat &trainIdx, const oclMat &distance, const oclMat &allDist, int distType)
|
static void findKnnMatchDispatcher(int k, const oclMat &trainIdx, const oclMat &distance, const oclMat &allDist, int distType)
|
||||||
{
|
{
|
||||||
findKnnMatch<256>(k, trainIdx, distance, allDist, distType);
|
findKnnMatch<256>(k, trainIdx, distance, allDist, distType);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user