mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Enhance search pattern for early LWS finding path.
- Allows to find larger LWS in multiple cases. Change-Id: I645f5bca5c8ccdcf8e0d4861e47fcbcad0395e7a
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user