increased EPS for cvtColor for NVIDIA

This commit is contained in:
Ilya Lavrenov
2015-03-03 13:15:23 +03:00
parent 5850a9b8c3
commit 26eebb3ee3
2 changed files with 2 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ public:
// After fix restore code in arithm.cpp: ocl_compare()
inline bool isAMD() const { return vendorID() == VENDOR_AMD; }
inline bool isIntel() const { return vendorID() == VENDOR_INTEL; }
inline bool isNVidia() const { return vendorID() == VENDOR_NVIDIA; }
int maxClockFrequency() const;
int maxComputeUnits() const;