use NPP version for Fermi

This commit is contained in:
Vladislav Vinogradov
2013-08-02 09:05:21 +04:00
parent a28cb99e88
commit 55cb26551f
2 changed files with 9 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ namespace hist
}
}
__global__ void histEven8u(const uchar* src, const size_t step, const int rows, const int cols,
__global__ void histEven8u(const uchar* src, const size_t step, const int rows, const int cols,
int* hist, const int binCount, const int binSize, const int lowerLevel, const int upperLevel)
{
extern __shared__ int shist[];