performance(ocl): add bcsEngineCount to cmdq

Related-To: NEO-8155

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2023-09-14 07:35:58 +00:00
committed by Compute-Runtime-Automation
parent fb211a921d
commit ee767822b8
13 changed files with 50 additions and 14 deletions

View File

@@ -426,6 +426,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
mutable EngineControl *gpgpuEngine = nullptr;
std::array<EngineControl *, bcsInfoMaskSize> bcsEngines = {};
std::optional<aub_stream::EngineType> bcsQueueEngineType{};
size_t bcsEngineCount = bcsInfoMaskSize;
cl_command_queue_properties commandQueueProperties = 0;
std::vector<uint64_t> propertiesVector;