mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Track separate task count for each BCS in OpenCL CommandQueue
Related-To: NEO-6057 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
852b2f6e6e
commit
19a6c9b1d3
@@ -380,7 +380,7 @@ class CommandQueue : public BaseObject<_cl_command_queue> {
|
||||
QueueThrottle throttle = QueueThrottle::MEDIUM;
|
||||
EnqueueProperties::Operation latestSentEnqueueType = EnqueueProperties::Operation::None;
|
||||
uint64_t sliceCount = QueueSliceCount::defaultSliceCount;
|
||||
CopyEngineState bcsState = {};
|
||||
std::array<CopyEngineState, bcsInfoMaskSize> bcsStates = {};
|
||||
|
||||
bool perfCountersEnabled = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user