mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
On windows always request even number of EUs.
Resolves: NEO-3787 Change-Id: I45e8fdca563b3e6bebcd94b9c16202aff61a2357 Signed-off-by: Piotr Zdunowski <piotr.zdunowski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
6f09eef35f
commit
68ec2d9cf7
@@ -79,7 +79,7 @@ bool WddmCommandStreamReceiver<GfxFamily>::flush(BatchBuffer &batchBuffer, Resid
|
||||
pHeader->RequiresCoherency = batchBuffer.requiresCoherency;
|
||||
|
||||
pHeader->UmdRequestedSliceState = 0;
|
||||
pHeader->UmdRequestedEUCount = wddm->getGtSysInfo()->EUCount / wddm->getGtSysInfo()->SubSliceCount;
|
||||
pHeader->UmdRequestedEUCount = wddm->getRequestedEUCount();
|
||||
|
||||
const uint32_t maxRequestedSubsliceCount = 7;
|
||||
switch (batchBuffer.throttle) {
|
||||
|
||||
Reference in New Issue
Block a user