mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
feature: increment value for aggregated CB Event support [1/n]
Related-To: NEO-13971 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
4a1af14587
commit
56b1468b58
@@ -97,6 +97,9 @@ class InOrderExecInfo : public NEO::NonCopyableClass {
|
||||
void pushTempTimestampNode(TagNodeBase *node, uint64_t value);
|
||||
void releaseNotUsedTempTimestampNodes(bool forceReturn);
|
||||
|
||||
void setIncrementValue(uint64_t value) { incrementValue = value; }
|
||||
uint64_t getIncrementValue() const { return incrementValue; }
|
||||
|
||||
protected:
|
||||
void uploadToTbx(TagNodeBase &node, size_t size);
|
||||
|
||||
@@ -111,7 +114,7 @@ class InOrderExecInfo : public NEO::NonCopyableClass {
|
||||
|
||||
uint64_t counterValue = 0;
|
||||
uint64_t lastWaitedCounterValue = 0;
|
||||
|
||||
uint64_t incrementValue = 0;
|
||||
uint64_t regularCmdListSubmissionCounter = 0;
|
||||
uint64_t deviceAddress = 0;
|
||||
uint64_t *hostAddress = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user