Enhance search pattern for early LWS finding path.

- Allows to find larger LWS in multiple cases.

Change-Id: I645f5bca5c8ccdcf8e0d4861e47fcbcad0395e7a
This commit is contained in:
Mrozek, Michal
2018-01-09 14:50:51 +01:00
parent 8ece8ab420
commit c8d9846d50
2 changed files with 52 additions and 13 deletions

View File

@@ -32,7 +32,7 @@
namespace OCLRT {
static const uint32_t optimalHardwareThreadCountGeneric[] = {8, 4, 2, 1}; // Optimal for most BDW+
static const uint32_t optimalHardwareThreadCountGeneric[] = {32, 16, 8, 4, 2, 1};
static const uint32_t primeNumbers[] = {
251,