mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
performance(ocl): add bcsEngineCount to cmdq
Related-To: NEO-8155 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fb211a921d
commit
ee767822b8
@@ -22,6 +22,7 @@
|
||||
namespace NEO {
|
||||
class MockCommandQueue : public CommandQueue {
|
||||
public:
|
||||
using CommandQueue::bcsEngineCount;
|
||||
using CommandQueue::bcsEngines;
|
||||
using CommandQueue::bcsInitialized;
|
||||
using CommandQueue::bcsQueueEngineType;
|
||||
@@ -253,6 +254,7 @@ class MockCommandQueueHw : public CommandQueueHw<GfxFamily> {
|
||||
using BaseClass = CommandQueueHw<GfxFamily>;
|
||||
|
||||
public:
|
||||
using BaseClass::bcsEngineCount;
|
||||
using BaseClass::bcsEngines;
|
||||
using BaseClass::bcsQueueEngineType;
|
||||
using BaseClass::bcsStates;
|
||||
|
||||
Reference in New Issue
Block a user