mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
Capability to create multiple Regular BCS contexts per engine.
Related-To: NEO-7618 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
286c672ef4
commit
5a5596957a
@@ -179,7 +179,7 @@ void CommandQueue::initializeGpgpu() const {
|
||||
engineRoundRobinAvailable;
|
||||
|
||||
if (device->getDevice().getNumberOfRegularContextsPerEngine() > 1) {
|
||||
this->gpgpuEngine = &device->getDevice().getNextEngineForMultiRegularContextMode();
|
||||
this->gpgpuEngine = &device->getDevice().getNextEngineForMultiRegularContextMode(aub_stream::EngineType::ENGINE_CCS);
|
||||
} else if (assignEngineRoundRobin) {
|
||||
this->gpgpuEngine = &device->getDevice().getNextEngineForCommandQueue();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user